Skip to content

Commit

Permalink
Fix importing scan module, release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppolewicz committed Jun 22, 2022
1 parent bc878ed commit c03aad2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.17.1] - 2022-06-23

### Fixed
* Fix importing scan module

## [1.17.0] - 2022-06-23

As in version 1.16.0, the replication API may still be unstable, however
Expand Down Expand Up @@ -356,7 +361,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.17.0...HEAD
[Unreleased]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.1...HEAD
[1.17.1]: https://github.com/Backblaze/b2-sdk-python/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.16.0...v1.17.0
[1.16.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.15.0...v1.16.0
[1.15.0]: https://github.com/Backblaze/b2-sdk-python/compare/v1.14.1...v1.15.0
Expand Down
9 changes: 9 additions & 0 deletions b2sdk/scan/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
######################################################################
#
# File: b2sdk/scan/__init__.py
#
# Copyright 2022 Backblaze Inc. All Rights Reserved.
#
# License https://www.backblaze.com/using_b2_code.html
#
######################################################################

0 comments on commit c03aad2

Please sign in to comment.