Skip to content

Commit 0dd7cb2

Browse files
release: 1.33.0
1 parent 7fa889e commit 0dd7cb2

4 files changed

Lines changed: 21 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.32.0"
2+
".": "1.33.0"
33
}

CHANGELOG.md

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

3+
## 1.33.0 (2026-02-22)
4+
5+
Full Changelog: [v1.32.0...v1.33.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.32.0...v1.33.0)
6+
7+
### Features
8+
9+
* **api:** api update ([7fa889e](https://github.com/brand-dot-dev/python-sdk/commit/7fa889e647b8e5a99b4d224a192cc6337390af7e))
10+
* **api:** api update ([e8992d4](https://github.com/brand-dot-dev/python-sdk/commit/e8992d4c206a30ecc97395145d3a1c61b8ef1c7a))
11+
12+
13+
### Chores
14+
15+
* format all `api.md` files ([1e07eb2](https://github.com/brand-dot-dev/python-sdk/commit/1e07eb24f5f98442570db5b59cca02beba01791d))
16+
* **internal:** bump dependencies ([2e44fb1](https://github.com/brand-dot-dev/python-sdk/commit/2e44fb1f73e3fbec9bb6326da4fbbf94d40dcd0d))
17+
* **internal:** fix lint error on Python 3.14 ([52df74d](https://github.com/brand-dot-dev/python-sdk/commit/52df74dc18219979bf3c62b6d682e04cfc10af67))
18+
* **internal:** remove mock server code ([7ecae89](https://github.com/brand-dot-dev/python-sdk/commit/7ecae891adfda542f0bfd7d0b94a3b098742e4f0))
19+
* update mock server docs ([8d2e54b](https://github.com/brand-dot-dev/python-sdk/commit/8d2e54bc9152c1f461e0992da97a83430b21f7c2))
20+
321
## 1.32.0 (2026-02-09)
422

523
Full Changelog: [v1.31.0...v1.32.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.31.0...v1.32.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.32.0"
3+
version = "1.33.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.32.0" # x-release-please-version
4+
__version__ = "1.33.0" # x-release-please-version

0 commit comments

Comments
 (0)