Skip to content

Commit

Permalink
Add Batch into __init__.py (#97)
Browse files Browse the repository at this point in the history
* add Batch into __init__.py

* update CHANGELOG
  • Loading branch information
atimin authored Oct 9, 2023
1 parent 93a80cc commit 705de63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion reduct/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Reduct module"""
from reduct.record import Record
from reduct.record import Record, Batch

from reduct.bucket import (
QuotaType,
Expand Down

0 comments on commit 705de63

Please sign in to comment.