diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7deae33..cce9d1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.6.0" + ".": "1.7.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index f0d7da7..1fa2e23 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 10 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-3f6d4c0f819a0d3128951d315ad216df22050fbc47c5f601d261d56f8b1d80a5.yml -openapi_spec_hash: 8e7953259a1b6bd7440a780eccad1742 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml +openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908 config_hash: 8f3ee44d690a305369555016a77ed016 diff --git a/CHANGELOG.md b/CHANGELOG.md index a80ea98..9bb975c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.7.0 (2025-06-19) + +Full Changelog: [v1.6.0...v1.7.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.6.0...v1.7.0) + +### Features + +* **api:** manual updates ([ec427c1](https://github.com/brand-dot-dev/python-sdk/commit/ec427c1d9a888f17310304714b099ec2487fea82)) + ## 1.6.0 (2025-06-19) Full Changelog: [v1.5.0...v1.6.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.5.0...v1.6.0) diff --git a/pyproject.toml b/pyproject.toml index 5c8307d..5889a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "brand.dev" -version = "1.6.0" +version = "1.7.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 44f0df3..e4979b6 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.6.0" # x-release-please-version +__version__ = "1.7.0" # x-release-please-version diff --git a/src/brand/dev/resources/brand.py b/src/brand/dev/resources/brand.py index 542b0ff..f30f7cf 100644 --- a/src/brand/dev/resources/brand.py +++ b/src/brand/dev/resources/brand.py @@ -593,8 +593,7 @@ def styleguide( """ Beta feature: Automatically extract comprehensive design system information from a brand's website including colors, typography, spacing, shadows, and UI - components. Uses AI-powered analysis of website screenshots to identify design - patterns and create a reusable styleguide. + components. Args: domain: Domain name to extract styleguide from (e.g., 'example.com', 'google.com'). The @@ -1180,8 +1179,7 @@ async def styleguide( """ Beta feature: Automatically extract comprehensive design system information from a brand's website including colors, typography, spacing, shadows, and UI - components. Uses AI-powered analysis of website screenshots to identify design - patterns and create a reusable styleguide. + components. Args: domain: Domain name to extract styleguide from (e.g., 'example.com', 'google.com'). The