Skip to content

Commit 2aebd73

Browse files
release: 0.4.0-alpha
1 parent a5b87eb commit 2aebd73

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.0-alpha"
2+
".": "0.4.0-alpha"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.4.0-alpha (2024-05-20)
4+
5+
Full Changelog: [v0.3.0-alpha...v0.4.0-alpha](https://github.com/kthcloud/python-sdk/compare/v0.3.0-alpha...v0.4.0-alpha)
6+
7+
### Features
8+
9+
* **api:** update via SDK Studio ([#13](https://github.com/kthcloud/python-sdk/issues/13)) ([facdc8c](https://github.com/kthcloud/python-sdk/commit/facdc8c9c9fba603040f81d57e314b14ff39fbb1))
10+
311
## 0.3.0-alpha (2024-05-10)
412

513
Full Changelog: [v0.2.0-alpha...v0.3.0-alpha](https://github.com/kthcloud/python-sdk/compare/v0.2.0-alpha...v0.3.0-alpha)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kthcloud"
3-
version = "0.3.0-alpha"
3+
version = "0.4.0-alpha"
44
description = "The official Python library for the kthcloud-go-deploy-v2 API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/kthcloud_go_deploy_v_/_version.py

+1-1
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__ = "kthcloud_go_deploy_v_"
4-
__version__ = "0.3.0-alpha" # x-release-please-version
4+
__version__ = "0.4.0-alpha" # x-release-please-version

0 commit comments

Comments
 (0)