Skip to content

Commit fd74981

Browse files
authored
Merge pull request #11 from brand-dot-dev/release-please--branches--main--changes--next
release: 1.9.0
2 parents 9432a17 + 7b4a424 commit fd74981

6 files changed

Lines changed: 18 additions & 6 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.8.0"
2+
".": "1.9.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml
3-
openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-aff48154fa37f0eb293cf660842ceab35c597509aee08f6b76df066828229c58.yml
3+
openapi_spec_hash: a8ade5d7246da14e2ff161e829d11c12
44
config_hash: 8f3ee44d690a305369555016a77ed016

CHANGELOG.md

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

3+
## 1.9.0 (2025-06-29)
4+
5+
Full Changelog: [v1.8.0...v1.9.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.8.0...v1.9.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([e850add](https://github.com/brand-dot-dev/python-sdk/commit/e850add60f02a45cf5ca3d47cb2f8d79f2545107))
10+
311
## 1.8.0 (2025-06-28)
412

513
Full Changelog: [v1.7.0...v1.8.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.7.0...v1.8.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.8.0"
3+
version = "1.9.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.8.0" # x-release-please-version
4+
__version__ = "1.9.0" # x-release-please-version

src/brand/dev/types/brand_retrieve_response.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,11 @@ class Brand(BaseModel):
153153
"""The domain name of the brand"""
154154

155155
fonts: Optional[List[BrandFont]] = None
156-
"""An array of fonts used by the brand's website"""
156+
"""An array of fonts used by the brand's website.
157+
158+
NOTE: This is deprecated and will be removed in the future. Please migrate to
159+
the styleguide API.
160+
"""
157161

158162
logos: Optional[List[BrandLogo]] = None
159163
"""An array of logos associated with the brand"""

0 commit comments

Comments
 (0)