Skip to content

Commit

Permalink
HL Python SDK: Release 0.4.1 (#7517)
Browse files Browse the repository at this point in the history
  • Loading branch information
N-o-Z authored Feb 26, 2024
1 parent e362578 commit e14c7f3
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.4.1

:new: What's new:

- Allow passing args/kwargs to lakefs.repository() (#7470)

:bug: Bugs fixed:

- Fix Client SSL configuration (#7516)

## v0.4.0

:new: What's new:
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.4.0"
VERSION = "0.4.1"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit e14c7f3

Please sign in to comment.