Skip to content

Commit 1067b40

Browse files
chore(release): prepare v2.6.0 (#148)
1 parent c3357b5 commit 1067b40

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
13+
## [2.6.0] - 2024-05-30
14+
1215
### Added
1316

1417
- Added `encrypted` boolean flag to Storage for encryption at rest support
@@ -296,7 +299,7 @@ Move to X.Y.Z versioning and bump version from 0.1(.0) to 0.1.1
296299

297300
First release, available at https://pypi.python.org/pypi/upcloud-api-python
298301

299-
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.5.1...HEAD
302+
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.6.0...HEAD
300303
[0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
301304
[0.1.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
302305
[0.2.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
@@ -322,3 +325,4 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
322325
[2.0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.0.1
323326
[2.5.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.0
324327
[2.5.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.1
328+
[2.6.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.6.0

README.md

+1-1
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.5.1
25+
### Supported Python versions in API v2.6.0
2626

2727
- Python 3.8
2828
- Python 3.9

upcloud_api/__init__.py

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

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

0 commit comments

Comments
 (0)