Skip to content

Commit 451723b

Browse files
release: 1.11.0
1 parent 59f9ac6 commit 451723b

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.10.1"
2+
".": "1.11.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.11.0 (2025-07-31)
4+
5+
Full Changelog: [v1.10.1...v1.11.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.10.1...v1.11.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([59f9ac6](https://github.com/brand-dot-dev/python-sdk/commit/59f9ac61748a337bcbec52a0034f06cac9e1b3d9))
10+
* **api:** manual updates ([59002c5](https://github.com/brand-dot-dev/python-sdk/commit/59002c5632848838141179929202e55c3c53d6a9))
11+
* **client:** support file upload requests ([5a700a4](https://github.com/brand-dot-dev/python-sdk/commit/5a700a45169a4bf3e13f7d27fd1eb0698db48b53))
12+
13+
14+
### Chores
15+
16+
* **project:** add settings file for vscode ([5218747](https://github.com/brand-dot-dev/python-sdk/commit/5218747ee50439e600cfb756f14364d9a7e7aef3))
17+
318
## 1.10.1 (2025-07-23)
419

520
Full Changelog: [v1.10.0...v1.10.1](https://github.com/brand-dot-dev/python-sdk/compare/v1.10.0...v1.10.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "brand.dev"
3-
version = "1.10.1"
3+
version = "1.11.0"
44
description = "The official Python library for the brand.dev API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/brand/dev/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "brand.dev"
4-
__version__ = "1.10.1" # x-release-please-version
4+
__version__ = "1.11.0" # x-release-please-version

0 commit comments

Comments
 (0)