Skip to content

Commit 6b8a73d

Browse files
release: 1.25.0
1 parent 3584d59 commit 6b8a73d

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.24.0"
2+
".": "1.25.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.25.0 (2025-12-11)
4+
5+
Full Changelog: [v1.24.0...v1.25.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.24.0...v1.25.0)
6+
7+
### Features
8+
9+
* **api:** api update ([3584d59](https://github.com/brand-dot-dev/python-sdk/commit/3584d596dd958801f09f6bc8dc8c805ce77e5351))
10+
11+
12+
### Bug Fixes
13+
14+
* **types:** allow pyright to infer TypedDict types within SequenceNotStr ([f64c32a](https://github.com/brand-dot-dev/python-sdk/commit/f64c32a4b1a4a7b4560d26fcc14fa9f66961bf5b))
15+
16+
17+
### Chores
18+
19+
* add missing docstrings ([d511865](https://github.com/brand-dot-dev/python-sdk/commit/d511865b2e098417a8ee142c082938e68db84cfb))
20+
* **docs:** use environment variables for authentication in code snippets ([ab01c66](https://github.com/brand-dot-dev/python-sdk/commit/ab01c662dc0eeff8e6335f9296c27264fbd27ce2))
21+
* update lockfile ([8102591](https://github.com/brand-dot-dev/python-sdk/commit/8102591bdc579695e7c9e569962d4e08dedb5ac1))
22+
323
## 1.24.0 (2025-12-01)
424

525
Full Changelog: [v1.23.0...v1.24.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.23.0...v1.24.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.24.0"
3+
version = "1.25.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.24.0" # x-release-please-version
4+
__version__ = "1.25.0" # x-release-please-version

0 commit comments

Comments
 (0)