Skip to content

Commit 6b69c93

Browse files
authored
Merge pull request #18 from brand-dot-dev/release-please--branches--main--changes--next
release: 1.14.0
2 parents 79f8bc6 + 0d8d06d commit 6b69c93

7 files changed

Lines changed: 20 additions & 8 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.13.0"
2+
".": "1.14.0"
33
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-de37a4d4350c9cbde36a0e712baa6bf4f00c7ce9b70f5b24d18558740bbfa35b.yml
3-
openapi_spec_hash: 60eed6f8f984700475d589a871c73932
4-
config_hash: a7a306a1c85eef178e7989e0ce5979c6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-a38595b18a0fe26de444a0dd332f15f1e9e35667fca933d454c303676fac93e2.yml
3+
openapi_spec_hash: 1c4882ef9df6782c91ee94c1f2908a90
4+
config_hash: 4e76a07aea49753a61313dcd8c10fb0f

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.14.0 (2025-09-07)
4+
5+
Full Changelog: [v1.13.0...v1.14.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.13.0...v1.14.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([df07feb](https://github.com/brand-dot-dev/python-sdk/commit/df07feb9025fb1e5f3555ae9dc98efc073b2d1e0))
10+
311
## 1.13.0 (2025-09-07)
412

513
Full Changelog: [v1.12.1...v1.13.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.1...v1.13.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1111

1212
## Documentation
1313

14-
The full API of this library can be found in [api.md](api.md).
14+
The REST API documentation can be found on [docs.brand.dev](https://docs.brand.dev/). The full API of this library can be found in [api.md](api.md).
1515

1616
## Installation
1717

SECURITY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ before making any information public.
1818
If you encounter security issues that are not directly related to SDKs but pertain to the services
1919
or products provided by Brand Dev, please follow the respective company's security reporting guidelines.
2020

21+
### Brand Dev Terms and Policies
22+
23+
Please contact hello@brand.dev for any questions or concerns regarding the security of our services.
24+
2125
---
2226

2327
Thank you for helping us keep the SDKs and systems they interact with secure.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[project]
22
name = "brand.dev"
3-
version = "1.13.0"
3+
version = "1.14.0"
44
description = "The official Python library for the brand.dev API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"
77
authors = [
8-
{ name = "Brand Dev", email = "" },
8+
{ name = "Brand Dev", email = "hello@brand.dev" },
99
]
1010
dependencies = [
1111
"httpx>=0.23.0, <1",

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.13.0" # x-release-please-version
4+
__version__ = "1.14.0" # x-release-please-version

0 commit comments

Comments
 (0)