From 705de634cc93e3d8be14a224d61540baf8b85bb3 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Mon, 9 Oct 2023 20:50:27 +0200 Subject: [PATCH] Add Batch into __init__.py (#97) * add Batch into __init__.py * update CHANGELOG --- CHANGELOG.md | 4 ++++ reduct/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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,