Skip to content

Commit

Permalink
chore(release): prepare v2.6.0 (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
villevsv-upcloud committed May 30, 2024
1 parent c3357b5 commit 1067b40
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [2.6.0] - 2024-05-30

### Added

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

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

[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.5.1...HEAD
[Unreleased]: https://github.com/UpCloudLtd/upcloud-python-api/compare/v2.6.0...HEAD
[0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1
[0.1.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.1.1
[0.2.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v0.2.0
Expand All @@ -322,3 +325,4 @@ First release, available at https://pypi.python.org/pypi/upcloud-api-python
[2.0.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.0.1
[2.5.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.0
[2.5.1]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.5.1
[2.6.0]: https://github.com/UpCloudLtd/upcloud-python-api/releases/tag/v2.6.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Alternatively, if you want the newest (possibly not yet released) stuff, clone t
python setup.py install
```

### Supported Python versions in API v2.5.1
### Supported Python versions in API v2.6.0

- Python 3.8
- Python 3.9
Expand Down
2 changes: 1 addition & 1 deletion upcloud_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Python Interface to UpCloud's API.
"""

__version__ = '2.5.1'
__version__ = '2.6.0'
__author__ = 'Developers from UpCloud & elsewhere'
__author_email__ = 'hello@upcloud.com'
__maintainer__ = 'UpCloud'
Expand Down

0 comments on commit 1067b40

Please sign in to comment.