Skip to content

Commit f3bfda7

Browse files
release: 1.12.2
1 parent b0ec69a commit f3bfda7

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.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.12.1"
2+
".": "1.12.2"
33
}

CHANGELOG.md

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

3+
## 1.12.2 (2025-08-27)
4+
5+
Full Changelog: [v1.12.1...v1.12.2](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.1...v1.12.2)
6+
7+
### Bug Fixes
8+
9+
* avoid newer type syntax ([4eda6ab](https://github.com/brand-dot-dev/python-sdk/commit/4eda6ab5d68888b9ae0a6f4c5333532603acbd06))
10+
11+
12+
### Chores
13+
14+
* **internal:** change ci workflow machines ([169d92b](https://github.com/brand-dot-dev/python-sdk/commit/169d92b7eda9c15d806accc91e89033d0e4e0dc2))
15+
* **internal:** update pyright exclude list ([b0ec69a](https://github.com/brand-dot-dev/python-sdk/commit/b0ec69ae1a0caa28e00b37df2ad8e602ca127c35))
16+
317
## 1.12.1 (2025-08-22)
418

519
Full Changelog: [v1.12.0...v1.12.1](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.0...v1.12.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.12.1"
3+
version = "1.12.2"
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.12.1" # x-release-please-version
4+
__version__ = "1.12.2" # x-release-please-version

0 commit comments

Comments
 (0)