Skip to content

Commit c03aad2

Browse files
committed
Fix importing scan module, release 1.17.1
1 parent bc878ed commit c03aad2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1116
As in version 1.16.0, the replication API may still be unstable, however
@@ -356,7 +361,8 @@ has changed.
356361
### Added
357362
Initial 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

b2sdk/scan/__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
######################################################################

0 commit comments

Comments
 (0)