Skip to content

Commit

Permalink
HL Python SDK: Release 0.8.0 (#8460)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Jan 3, 2025
1 parent fbd18a7 commit b4f1464
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions clients/python-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Unreleased

## v0.8.0

:new: What's new:

- Use hidden branch in transactions (#8459)

:bug: Bugs fixed:

- Fix objects() return type (#8154)

## v0.7.1

:bug: Bugs fixed
Expand Down
2 changes: 1 addition & 1 deletion clients/python-wrapper/setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

NAME = "lakefs"
VERSION = "0.7.1"
VERSION = "0.8.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit b4f1464

Please sign in to comment.