File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.0-alpha.3 "
2+ "." : " 0.1.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.1 (2025-02-14)
4+
5+ Full Changelog: [ v0.1.0-alpha.3...v0.1.1] ( https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.1.0-alpha.3...v0.1.1 )
6+
7+ ### Features
8+
9+ * ** api:** manual updates ([ #34 ] ( https://github.com/gitpod-io/gitpod-sdk-python/issues/34 ) ) ([ fb5ff55] ( https://github.com/gitpod-io/gitpod-sdk-python/commit/fb5ff55a252bf6d6bee4dd33b732680cf3100a40 ) )
10+
311## 0.1.0-alpha.3 (2025-02-14)
412
513Full Changelog: [ v0.1.0-alpha.2...v0.1.0-alpha.3] ( https://github.com/gitpod-io/gitpod-sdk-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The REST API documentation can be found on [docs.gitpod.io](https://docs.gitpod.
1616
1717``` sh
1818# install from PyPI
19- pip install --pre gitpod-sdk
19+ pip install gitpod-sdk
2020```
2121
2222## Usage
Original file line number Diff line number Diff line change 11[project ]
22name = " gitpod-sdk"
3- version = " 0.1.0-alpha.3 "
3+ version = " 0.1.1 "
44description = " The official Python library for the gitpod API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33__title__ = "gitpod"
4- __version__ = "0.1.0-alpha.3 " # x-release-please-version
4+ __version__ = "0.1.1 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments