diff --git a/CHANGELOG.md b/CHANGELOG.md index 32aba9a..1cddedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fix: + +- `Batch` in `__init__.py`, [PR-97](https://github.com/reductstore/reduct-py/pull/97) + ## [1.7.0] - 2023-10-06 ### Added: diff --git a/reduct/__init__.py b/reduct/__init__.py index 9b132de..e6c4be0 100644 --- a/reduct/__init__.py +++ b/reduct/__init__.py @@ -1,5 +1,5 @@ """Reduct module""" -from reduct.record import Record +from reduct.record import Record, Batch from reduct.bucket import ( QuotaType,