File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.11.0] - 2021-06-24
10+
911### Changed
1012* apiver ` v2 ` interface released. ` from b2sdk.v2 import ... ` is now the recommended import,
1113 but ` from b2sdk.v1 import ... ` works as before
@@ -231,7 +233,8 @@ has changed.
231233### Added
232234Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
233235
234- [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...HEAD
236+ [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.11.0...HEAD
237+ [ 1.11.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.10.0...v1.11.0
235238[ 1.10.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.9.0...v1.10.0
236239[ 1.9.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.8.0...v1.9.0
237240[ 1.8.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.7.0...v1.8.0
You can’t perform that action at this time.
0 commit comments