From df07feb9025fb1e5f3555ae9dc98efc073b2d1e0 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:38:11 +0000 Subject: [PATCH 1/3] feat(api): manual updates --- .stats.yml | 2 +- README.md | 2 +- SECURITY.md | 4 ++++ pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.stats.yml b/.stats.yml index 648d4c2..fb14704 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 8 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-de37a4d4350c9cbde36a0e712baa6bf4f00c7ce9b70f5b24d18558740bbfa35b.yml openapi_spec_hash: 60eed6f8f984700475d589a871c73932 -config_hash: a7a306a1c85eef178e7989e0ce5979c6 +config_hash: 4e76a07aea49753a61313dcd8c10fb0f diff --git a/README.md b/README.md index 40d897e..41e137d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/). ## Documentation -The full API of this library can be found in [api.md](api.md). +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). ## Installation diff --git a/SECURITY.md b/SECURITY.md index 1c1a2e0..9e74cc9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,6 +18,10 @@ before making any information public. If you encounter security issues that are not directly related to SDKs but pertain to the services or products provided by Brand Dev, please follow the respective company's security reporting guidelines. +### Brand Dev Terms and Policies + +Please contact hello@brand.dev for any questions or concerns regarding the security of our services. + --- Thank you for helping us keep the SDKs and systems they interact with secure. diff --git a/pyproject.toml b/pyproject.toml index 3e9469a..026d057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "The official Python library for the brand.dev API" dynamic = ["readme"] license = "Apache-2.0" authors = [ -{ name = "Brand Dev", email = "" }, +{ name = "Brand Dev", email = "hello@brand.dev" }, ] dependencies = [ "httpx>=0.23.0, <1", From bf9032d9be4c6e606c87b27036198f6825e772a5 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:43:28 +0000 Subject: [PATCH 2/3] codegen metadata --- .stats.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.stats.yml b/.stats.yml index fb14704..da1e5f4 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 8 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-de37a4d4350c9cbde36a0e712baa6bf4f00c7ce9b70f5b24d18558740bbfa35b.yml -openapi_spec_hash: 60eed6f8f984700475d589a871c73932 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-a38595b18a0fe26de444a0dd332f15f1e9e35667fca933d454c303676fac93e2.yml +openapi_spec_hash: 1c4882ef9df6782c91ee94c1f2908a90 config_hash: 4e76a07aea49753a61313dcd8c10fb0f From 0d8d06d09e40b39cadb25ca36f2b1af61d6d0dad Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 20:43:42 +0000 Subject: [PATCH 3/3] release: 1.14.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/brand/dev/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f94eeca..e72f113 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.13.0" + ".": "1.14.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cd82021..d5fc0f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.14.0 (2025-09-07) + +Full Changelog: [v1.13.0...v1.14.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.13.0...v1.14.0) + +### Features + +* **api:** manual updates ([df07feb](https://github.com/brand-dot-dev/python-sdk/commit/df07feb9025fb1e5f3555ae9dc98efc073b2d1e0)) + ## 1.13.0 (2025-09-07) Full Changelog: [v1.12.1...v1.13.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.12.1...v1.13.0) diff --git a/pyproject.toml b/pyproject.toml index 026d057..3558de3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brand.dev" -version = "1.13.0" +version = "1.14.0" description = "The official Python library for the brand.dev API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/brand/dev/_version.py b/src/brand/dev/_version.py index bac9583..8ce3075 100644 --- a/src/brand/dev/_version.py +++ b/src/brand/dev/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "brand.dev" -__version__ = "1.13.0" # x-release-please-version +__version__ = "1.14.0" # x-release-please-version