Skip to content

Commit c94b016

Browse files
release: 1.18.0
1 parent 5dcdf4e commit c94b016

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.17.1"
2+
".": "1.18.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.18.0 (2025-10-30)
4+
5+
Full Changelog: [v1.17.1...v1.18.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.17.1...v1.18.0)
6+
7+
### Features
8+
9+
* **api:** api update ([5dcdf4e](https://github.com/brand-dot-dev/python-sdk/commit/5dcdf4ebf86287ba4ddeb2f1e7f522975f4201d5))
10+
* **api:** api update ([55d0b8f](https://github.com/brand-dot-dev/python-sdk/commit/55d0b8ff29b7264baef44d29c0e787da969fe258))
11+
* **api:** manual updates ([bfe7d93](https://github.com/brand-dot-dev/python-sdk/commit/bfe7d93dd9719704e9f18b8397c30127affcf218))
12+
313
## 1.17.1 (2025-10-18)
414

515
Full Changelog: [v1.17.0...v1.17.1](https://github.com/brand-dot-dev/python-sdk/compare/v1.17.0...v1.17.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.17.1"
3+
version = "1.18.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.17.1" # x-release-please-version
4+
__version__ = "1.18.0" # x-release-please-version

0 commit comments

Comments
 (0)