Skip to content

Commit ce67495

Browse files
authored
chore: prepare release v2.8.0 (#172)
1 parent e22de26 commit ce67495

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [2.8.0] - 2025-08-18
13+
1214
### Added
1315

1416
- Support authentication with API tokens
@@ -309,7 +311,7 @@ Move to X.Y.Z versioning and bump version from 0.1(.0) to 0.1.1
309311

310312
First release, available at https://pypi.python.org/pypi/upcloud-api-python
311313

312-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.7.0...HEAD
314+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.8.0...HEAD
313315
[0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
314316
[0.1.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
315317
[0.2.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
@@ -337,3 +339,4 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
337339
[2.5.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.1
338340
[2.6.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.6.0
339341
[2.7.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.7.0
342+
[2.8.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.8.0

README.md

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

25-
### Supported Python versions in API v2.7.0
25+
### Supported Python versions in API v2.8.0
2626

2727
- Python 3.9
2828
- 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.7.0'
5+
__version__ = '2.8.0'
66
__author__ = 'Developers from UpCloud & elsewhere'
77
__author_email__ = 'hello@upcloud.com'
88
__maintainer__ = 'UpCloud'

0 commit comments

Comments
 (0)