Skip to content

Commit

Permalink
Release python wrapper version 0.7.0 (#7894)
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har authored Jun 19, 2024
1 parent 3307306 commit 57a067f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions clients/python-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## v0.7.0
:new: What's new:

- AWS role Authentication: Initiate lakeFS Python client sessions securely using your AWS Role. (#7874) [Read more](https://docs.lakefs.io/reference/security/external-principals-aws.html#login-with-python)

## v0.6.2

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

0 comments on commit 57a067f

Please sign in to comment.