From c03aad2aef466cf8fbf6e6c3466efb577df0ae17 Mon Sep 17 00:00:00 2001
From: Pawel Polewicz
Date: Thu, 23 Jun 2022 01:32:31 +0200
Subject: [PATCH] Fix importing scan module, release 1.17.1
---
CHANGELOG.md | 8 +++++++-
b2sdk/scan/__init__.py | 9 +++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
create mode 100644 b2sdk/scan/__init__.py
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd7fc9b0..3b02e3e2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -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
diff --git a/b2sdk/scan/__init__.py b/b2sdk/scan/__init__.py
new file mode 100644
index 000000000..672eaf1e6
--- /dev/null
+++ b/b2sdk/scan/__init__.py
@@ -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
+#
+######################################################################