Skip to content

Commit

Permalink
HL Python SDK: Release 0.5.0 (#7627)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored Apr 4, 2024
1 parent 391c9ea commit ffbaf26
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.5.0

:new: What's new:

- Short-lived Token Authentication: Initiate lakeFS Python client sessions securely using external IdPs with the new federated "Assume Role with Web Identity" feature. (#7620)

:bug: Bugs fixed:

- Fix import manager run race #7607

## v0.4.1

: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.1"
VERSION = "0.5.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit ffbaf26

Please sign in to comment.