Skip to content

Commit dd51e11

Browse files
release: 1.27.0
1 parent 17cbb91 commit dd51e11

4 files changed

Lines changed: 23 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.26.0"
2+
".": "1.27.0"
33
}

CHANGELOG.md

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

3+
## 1.27.0 (2025-12-22)
4+
5+
Full Changelog: [v1.26.0...v1.27.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.26.0...v1.27.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([17cbb91](https://github.com/brand-dot-dev/python-sdk/commit/17cbb910aa48e07ced617793793165219952444f))
10+
11+
12+
### Bug Fixes
13+
14+
* use async_to_httpx_files in patch method ([cfd96a1](https://github.com/brand-dot-dev/python-sdk/commit/cfd96a1560076b2db2bdb36556f3546a06b4ad91))
15+
16+
17+
### Chores
18+
19+
* **internal:** add missing files argument to base client ([a0aab9c](https://github.com/brand-dot-dev/python-sdk/commit/a0aab9cdf8e231a1c1e0177484944f04af00aeaa))
20+
* **internal:** codegen related update ([67b3cdd](https://github.com/brand-dot-dev/python-sdk/commit/67b3cdd7dbc80aa0195894c80c3ca2636f689cf7))
21+
* speedup initial import ([995537f](https://github.com/brand-dot-dev/python-sdk/commit/995537fa33a6c193350c3d730505591a700a3af5))
22+
323
## 1.26.0 (2025-12-14)
424

525
Full Changelog: [v1.25.0...v1.26.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.25.0...v1.26.0)

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.26.0"
3+
version = "1.27.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.26.0" # x-release-please-version
4+
__version__ = "1.27.0" # x-release-please-version

0 commit comments

Comments
 (0)