Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Oct 9, 2023
1 parent 705de63 commit a28999e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - 2023-10-09

### Fix:

- `Batch` in `__init__.py`, [PR-97](https://github.com/reductstore/reduct-py/pull/97)
Expand Down Expand Up @@ -173,7 +175,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Implement Reduct Storage HTTP API v0.4, [PR-16](https://github.com/reduct-storage/reduct-py/pull/16)

[Unreleased]: https://github.com/reduct-storage/reduct-py/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/reduct-storage/reduct-py/compare/v1.7.1...HEAD

[1.7.1]: https://github.com/reduct-storage/reduct-py/compare/v1.7.0...v1.7.1

[1.7.0]: https://github.com/reduct-storage/reduct-py/compare/v1.6.0...v1.7.0

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools>=40.8.0", "wheel"]
[project]

name = "reduct-py"
version = "1.7.0"
version = "1.7.1"
description = "ReductStore Client SDK for Python"
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit a28999e

Please sign in to comment.