Skip to content

Commit

Permalink
Release 1.2.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
mlech-reef committed Nov 3, 2020
1 parent 2af56b0 commit 1c242b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2020-11-03

### Added
* Add support for Python 3.9
* Support for bucket to bucket sync
Expand Down Expand Up @@ -95,7 +97,8 @@ has changed.
### Added
Initial official release of SDK as a separate package (until now it was a part of B2 CLI)

[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.1.4...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.1.4...v1.2.0
[1.1.4]: https://github.com/Backblaze/b2-sdk-python/compare/v1.1.2...v1.1.4
[1.1.2]: https://github.com/Backblaze/b2-sdk-python/compare/v1.1.0...v1.1.2
[1.1.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.0.2...v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion b2sdk/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# To avoid confusion between official Backblaze releases of this tool and
# the versions on Github, we use the convention that the third number is
# odd for Github, and even for Backblaze releases.
VERSION = '1.1.5'
VERSION = '1.2.0'

PYTHON_VERSION = '.'.join(map(str, sys.version_info[:3])) # something like: 2.7.11

Expand Down

0 comments on commit 1c242b3

Please sign in to comment.