Skip to content

Commit 9e45570

Browse files
release: 0.0.1-alpha.1
1 parent f7a639b commit 9e45570

4 files changed

Lines changed: 14 additions & 3 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-
".": "0.0.1-alpha.0"
2+
".": "0.0.1-alpha.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.0.1-alpha.1 (2025-05-21)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/brand-dot-dev/python-sdk/compare/v0.0.1-alpha.0...v0.0.1-alpha.1)
6+
7+
### Chores
8+
9+
* configure new SDK language ([1fc1964](https://github.com/brand-dot-dev/python-sdk/commit/1fc1964f8ec52cd807d6c69d119dc9175551a94b))
10+
* update SDK settings ([f7a639b](https://github.com/brand-dot-dev/python-sdk/commit/f7a639bcc1d10e14c42eb59e109c2bdb6c3cc761))
11+
* update SDK settings ([d65d040](https://github.com/brand-dot-dev/python-sdk/commit/d65d04065c5dd84d2d4d57e2f0fddf78d0a56132))

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 = "0.0.1-alpha.0"
3+
version = "0.0.1-alpha.1"
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__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "0.0.1-alpha.1" # x-release-please-version

0 commit comments

Comments
 (0)