Skip to content

Commit a92f5be

Browse files
Merge pull request #179 from UpCloudLtd/chore/prepare-2.9.0
chore: prepare release v2.9.0
2 parents b8aaff4 + 7e0ed85 commit a92f5be

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Alternatively, if you want the newest (possibly not yet released) stuff, clone t
2323
python setup.py install
2424
```
2525

26-
### Supported Python versions in API v2.8.0
26+
### Supported Python versions
2727

2828
- Python 3.9
2929
- Python 3.10

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)