Skip to content

Commit 7673cff

Browse files
release: 1.17.0
1 parent 6c71e83 commit 7673cff

4 files changed

Lines changed: 13 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.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

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

3+
## 1.17.0 (2025-10-08)
4+
5+
Full Changelog: [v1.16.0...v1.17.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.16.0...v1.17.0)
6+
7+
### Features
8+
9+
* **api:** api update ([6c71e83](https://github.com/brand-dot-dev/python-sdk/commit/6c71e83258954d60bf452dfb0ff98d505c5b8fd4))
10+
* **api:** api update ([5d94310](https://github.com/brand-dot-dev/python-sdk/commit/5d94310f089a9c68f371be77588f6d28d26e92b5))
11+
* **api:** api update ([8cfbec2](https://github.com/brand-dot-dev/python-sdk/commit/8cfbec23d5dc6d20eb1c01950bb1e15d7b5f6558))
12+
313
## 1.16.0 (2025-09-22)
414

515
Full Changelog: [v1.15.0...v1.16.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.15.0...v1.16.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.16.0"
3+
version = "1.17.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.16.0" # x-release-please-version
4+
__version__ = "1.17.0" # x-release-please-version

0 commit comments

Comments
 (0)