Skip to content

Commit 72338b2

Browse files
committed
chore: prepare release v2.9.0
1 parent b8aaff4 commit 72338b2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [2.9.0] - 2025-09-25
13+
1214
### Removed
1315

1416
- Support for discontinued non-managed object storage product. Note: treated as non-breaking change as all users have been migrated to the new managed product
1517

18+
### Added
19+
20+
- Support for trusted pypi publisher
21+
1622
## [2.8.0] - 2025-08-18
1723

1824
### Added
@@ -315,7 +321,7 @@ Move to X.Y.Z versioning and bump version from 0.1(.0) to 0.1.1
315321

316322
First release, available at https://pypi.python.org/pypi/upcloud-api-python
317323

318-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.8.0...HEAD
324+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.9.0...HEAD
319325
[0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
320326
[0.1.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
321327
[0.2.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
@@ -344,3 +350,4 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
344350
[2.6.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.6.0
345351
[2.7.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.7.0
346352
[2.8.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.8.0
353+
[2.9.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.9.0

upcloud_api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Python Interface to UpCloud's API.
33
"""
44

5-
__version__ = '2.8.0'
5+
__version__ = '2.9.0'
66
__author__ = 'Developers from UpCloud & elsewhere'
77
__author_email__ = '[email protected]'
88
__maintainer__ = 'UpCloud'

0 commit comments

Comments
 (0)