Skip to content

Commit a79bd96

Browse files
authored
Merge pull request #49 from context-dot-dev/release-please--branches--main--changes--next
release: 1.40.0
2 parents 4cdda95 + d5d846b commit a79bd96

File tree

6 files changed

+13
-5
lines changed

6 files changed

+13
-5
lines changed

.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.39.0"
2+
".": "1.40.0"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 20
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/brand-dev%2Fbrand.dev-1cd00999a087b24743cf3a2849c9bd0ea1ed6b5a0dac3a8f0e26c6a58d26d6bf.yml
33
openapi_spec_hash: f95a256f049293caa5abc0912939a9ff
4-
config_hash: 25b721dbe22baba168a4d891909090e9
4+
config_hash: b61862a39bc4559efa45482aa58899a1

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.40.0 (2026-03-25)
4+
5+
Full Changelog: [v1.39.0...v1.40.0](https://github.com/context-dot-dev/deprecated-brand-python-sdk/compare/v1.39.0...v1.40.0)
6+
7+
### Features
8+
9+
* **api:** manual updates ([bd25191](https://github.com/context-dot-dev/deprecated-brand-python-sdk/commit/bd25191e6a2badda5431dd2cd4672738fbb6b2d5))
10+
311
## 1.39.0 (2026-03-25)
412

513
Full Changelog: [v1.38.0...v1.39.0](https://github.com/context-dot-dev/deprecated-brand-python-sdk/compare/v1.38.0...v1.39.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Use the Brand Dev MCP Server to enable AI assistants to interact with this API,
2020
2121
## Documentation
2222

23-
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).
23+
The REST API documentation can be found on [docs.context.dev](https://docs.context.dev/). The full API of this library can be found in [api.md](api.md).
2424

2525
## Installation
2626

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.39.0"
3+
version = "1.40.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.39.0" # x-release-please-version
4+
__version__ = "1.40.0" # x-release-please-version

0 commit comments

Comments
 (0)