Skip to content

Commit

Permalink
release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Timin authored and Alexey Timin committed Nov 23, 2022
1 parent 7a9c5b6 commit ad9d2dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### 0.3.0 - 2022-11-23

### Added

- DRIFT-534: Dependencies compatibility table, [PR-21](https://github.com/panda-official/DriftPythonClient/pull/21)
- DRIFT-550: DriftClientError class, to catch (initially) Minio errors, [PR-16](https://github.com/panda-official/DriftPythonClient/pull/16)7
- DRIFT-550: DriftClientError class, to catch (initially) Minio errors, [PR-16](https://github.com/panda-official/DriftPythonClient/pull/16)
- DRIFT-563: Reduct Storage client, [PR-24](https://github.com/panda-official/DriftPythonClient/pull/24)
- DRIFT-604: Add blob property to DriftDataPackage, [PR-20](https://github.com/panda-official/DriftPythonClient/pull/20)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

PACKAGE_NAME = "drift-python-client"
MAJOR_VERSION = 0
MINOR_VERSION = 2
PATCH_VERSION = 1
MINOR_VERSION = 3
PATCH_VERSION = 0
VERSION_SUFFIX = os.getenv("VERSION_SUFFIX")

HERE = Path(__file__).parent.resolve()
Expand Down

0 comments on commit ad9d2dd

Please sign in to comment.