Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.6.0"
".": "1.7.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/brand/dev/_version.py
Original file line number Diff line number Diff line change
@@ -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
6 changes: 2 additions & 4 deletions src/brand/dev/resources/brand.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down