Skip to content

Commit 1e37201

Browse files
authored
Merge pull request #28 from brand-dot-dev/release-please--branches--main--changes--next
release: 1.22.0
2 parents 7abb65f + 79cb6e6 commit 1e37201

7 files changed

Lines changed: 20 additions & 12 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.21.0"
2+
".": "1.22.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: 12
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-4eb121d211177902ec0685d8829af778dbc02a21df03362e8675a8bcb4ca10a8.yml
3-
openapi_spec_hash: b10e8626e812050d8d0664b5373d7fe4
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-fff3572a2d6f3a8461fbf52fb74882e1f4ae4a2b31a75673dcae230b336911d2.yml
3+
openapi_spec_hash: b04ce3c7879b31f1e38cd76372e8e652
44
config_hash: 86160e220c81f47769a71c9343e486d8

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.22.0 (2025-11-24)
4+
5+
Full Changelog: [v1.21.0...v1.22.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.21.0...v1.22.0)
6+
7+
### Features
8+
9+
* **api:** api update ([f606974](https://github.com/brand-dot-dev/python-sdk/commit/f6069740829283a3ae92129aead5ecf9e7b1e3c6))
10+
311
## 1.21.0 (2025-11-24)
412

513
Full Changelog: [v1.20.0...v1.21.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.20.0...v1.21.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.21.0"
3+
version = "1.22.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.21.0" # x-release-please-version
4+
__version__ = "1.22.0" # x-release-please-version

src/brand/dev/resources/brand.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,8 +560,8 @@ def identify_from_transaction(
560560
561561
city: Optional city name to prioritize when searching for the brand.
562562
563-
country_gl: Optional country code (GL parameter) to specify the country for Google search
564-
results. This affects the geographic location used for search queries.
563+
country_gl: Optional country code (GL parameter) to specify the country. This affects the
564+
geographic location used for search queries.
565565
566566
force_language: Optional parameter to force the language of the retrieved brand data.
567567
@@ -1933,8 +1933,8 @@ async def identify_from_transaction(
19331933
19341934
city: Optional city name to prioritize when searching for the brand.
19351935
1936-
country_gl: Optional country code (GL parameter) to specify the country for Google search
1937-
results. This affects the geographic location used for search queries.
1936+
country_gl: Optional country code (GL parameter) to specify the country. This affects the
1937+
geographic location used for search queries.
19381938
19391939
force_language: Optional parameter to force the language of the retrieved brand data.
19401940

src/brand/dev/types/brand_identify_from_transaction_params.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ class BrandIdentifyFromTransactionParams(TypedDict, total=False):
257257
"zm",
258258
"zw",
259259
]
260-
"""
261-
Optional country code (GL parameter) to specify the country for Google search
262-
results. This affects the geographic location used for search queries.
260+
"""Optional country code (GL parameter) to specify the country.
261+
262+
This affects the geographic location used for search queries.
263263
"""
264264

265265
force_language: Literal[

0 commit comments

Comments
 (0)