Skip to content

Commit 348b942

Browse files
release: 0.0.2
1 parent d6c6c37 commit 348b942

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
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-
".": "0.0.1"
2+
".": "0.0.2"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## 0.0.2 (2025-08-27)
4+
5+
Full Changelog: [v0.0.1...v0.0.2](https://github.com/ALbot-developers/api-sdk-py/compare/v0.0.1...v0.0.2)
6+
7+
### Bug Fixes
8+
9+
* avoid newer type syntax ([d6c6c37](https://github.com/ALbot-developers/api-sdk-py/commit/d6c6c371543aa4023e50abdaed540f5750e0034f))
10+
11+
12+
### Chores
13+
14+
* **internal:** change ci workflow machines ([ab05c65](https://github.com/ALbot-developers/api-sdk-py/commit/ab05c659b78a13c8035e809ffdb390be319f898b))
15+
* **internal:** codegen related update ([72e40fe](https://github.com/ALbot-developers/api-sdk-py/commit/72e40fe4749b0eadd337c4b8de27015857894a09))
16+
* update github action ([f158da9](https://github.com/ALbot-developers/api-sdk-py/commit/f158da9ecbd5e1d462f49a259ac144f45c312baf))
17+
* update SDK settings ([827809d](https://github.com/ALbot-developers/api-sdk-py/commit/827809d9d8094fd60b2db6972782e9329223179d))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "albot_api_sdk"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "The official Python library for the albot-api-sdk API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/albot_api_sdk/_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__ = "albot_api_sdk"
4-
__version__ = "0.0.1" # x-release-please-version
4+
__version__ = "0.0.2" # x-release-please-version

0 commit comments

Comments
 (0)