Skip to content

Commit 1407e00

Browse files
authored
Merge pull request #9 from brand-dot-dev/release-please--branches--main--changes--next
release: 1.7.0
2 parents 49910dc + 0471933 commit 1407e00

6 files changed

Lines changed: 15 additions & 9 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.6.0"
2+
".": "1.7.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: 10
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-3f6d4c0f819a0d3128951d315ad216df22050fbc47c5f601d261d56f8b1d80a5.yml
3-
openapi_spec_hash: 8e7953259a1b6bd7440a780eccad1742
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-7fc7261db520645d5bd06a27492b32aa869d787c382908bb4a608034b757348b.yml
3+
openapi_spec_hash: 8a9e05fe1ca53f6d8c11ddee625a8908
44
config_hash: 8f3ee44d690a305369555016a77ed016

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.7.0 (2025-06-19)
4+
5+
Full Changelog: [v1.6.0...v1.7.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.6.0...v1.7.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([ec427c1](https://github.com/brand-dot-dev/python-sdk/commit/ec427c1d9a888f17310304714b099ec2487fea82))
10+
311
## 1.6.0 (2025-06-19)
412

513
Full Changelog: [v1.5.0...v1.6.0](https://github.com/brand-dot-dev/python-sdk/compare/v1.5.0...v1.6.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.6.0"
3+
version = "1.7.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.6.0" # x-release-please-version
4+
__version__ = "1.7.0" # x-release-please-version

src/brand/dev/resources/brand.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,7 @@ def styleguide(
593593
"""
594594
Beta feature: Automatically extract comprehensive design system information from
595595
a brand's website including colors, typography, spacing, shadows, and UI
596-
components. Uses AI-powered analysis of website screenshots to identify design
597-
patterns and create a reusable styleguide.
596+
components.
598597
599598
Args:
600599
domain: Domain name to extract styleguide from (e.g., 'example.com', 'google.com'). The
@@ -1180,8 +1179,7 @@ async def styleguide(
11801179
"""
11811180
Beta feature: Automatically extract comprehensive design system information from
11821181
a brand's website including colors, typography, spacing, shadows, and UI
1183-
components. Uses AI-powered analysis of website screenshots to identify design
1184-
patterns and create a reusable styleguide.
1182+
components.
11851183
11861184
Args:
11871185
domain: Domain name to extract styleguide from (e.g., 'example.com', 'google.com'). The

0 commit comments

Comments
 (0)