Skip to content

Commit a3d260d

Browse files
chore(release): prepare v2.7.0
1 parent 0c68f1d commit a3d260d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
## [2.7.0] - 2025-07-23
13+
14+
### Changed
15+
16+
- Python versions supported: 3.9, 3.10, 3.11, 3.12, 3.13, PyPy3. Dropped support for 3.8.
1217

1318
## [2.6.0] - 2024-05-30
1419

@@ -299,7 +304,7 @@ Move to X.Y.Z versioning and bump version from 0.1(.0) to 0.1.1
299304

300305
First release, available at https://pypi.python.org/pypi/upcloud-api-python
301306

302-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.6.0...HEAD
307+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.7.0...HEAD
303308
[0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
304309
[0.1.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
305310
[0.2.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
@@ -326,3 +331,4 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
326331
[2.5.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.0
327332
[2.5.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.1
328333
[2.6.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.6.0
334+
[2.7.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.7.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.6.0
25+
### Supported Python versions in API v2.7.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.6.0'
5+
__version__ = '2.7.0'
66
__author__ = 'Developers from UpCloud & elsewhere'
77
__author_email__ = 'hello@upcloud.com'
88
__maintainer__ = 'UpCloud'

0 commit comments

Comments
 (0)