Skip to content

Commit 601de37

Browse files
release: 1.37.0
1 parent 1c8cf2c commit 601de37

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-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.36.1"
2+
".": "1.37.0"
33
}

CHANGELOG.md

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

3+
## 1.37.0 (2026-03-18)
4+
5+
Full Changelog: [v1.36.1...v1.37.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.36.1...v1.37.0)
6+
7+
### Features
8+
9+
* **api:** api update ([1c8cf2c](https://github.com/brand-dot-dev/python-sdk/commit/1c8cf2cf35082ef29bdb212f65e2b2a6576ee171))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([b00d64f](https://github.com/brand-dot-dev/python-sdk/commit/b00d64faf3853055f45d4f2224d1d1e7ecd408dd))
15+
* **pydantic:** do not pass `by_alias` unless set ([e50e790](https://github.com/brand-dot-dev/python-sdk/commit/e50e790617805b8d8e7433cab5c5818fc19e5414))
16+
17+
18+
### Chores
19+
20+
* **internal:** tweak CI branches ([792abc0](https://github.com/brand-dot-dev/python-sdk/commit/792abc0a5813db36397413e29e8741810321878f))
21+
322
## 1.36.1 (2026-03-07)
423

524
Full Changelog: [v1.36.0...v1.36.1](https://github.com/brand-dot-dev/python-sdk/compare/v1.36.0...v1.36.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.36.1"
3+
version = "1.37.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.36.1" # x-release-please-version
4+
__version__ = "1.37.0" # x-release-please-version

0 commit comments

Comments
 (0)