File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.17.1] - 2022-06-23
10+
11+ ### Fixed
12+ * Fix importing scan module
13+
914## [ 1.17.0] - 2022-06-23
1015
1116As in version 1.16.0, the replication API may still be unstable, however
@@ -356,7 +361,8 @@ has changed.
356361### Added
357362Initial official release of SDK as a separate package (until now it was a part of B2 CLI)
358363
359- [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...HEAD
364+ [ Unreleased ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.1...HEAD
365+ [ 1.17.1 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...v1.17.1
360366[ 1.17.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.16.0...v1.17.0
361367[ 1.16.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...v1.16.0
362368[ 1.15.0 ] : https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...v1.15.0
Original file line number Diff line number Diff line change 1+ ######################################################################
2+ #
3+ # File: b2sdk/scan/__init__.py
4+ #
5+ # Copyright 2022 Backblaze Inc. All Rights Reserved.
6+ #
7+ # License https://www.backblaze.com/using_b2_code.html
8+ #
9+ ######################################################################
You can’t perform that action at this time.
0 commit comments