Skip to content

Commit

Permalink
[release] release pynessie 0.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PyNessie Release Workflow [bot] committed Aug 24, 2023
1 parent 00f1c9c commit 7e86514
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
History
=======

0.64.2 (2023-08-24)
-------------------

* See release notes and changelog on GitHub: https://github.com/projectnessie/pynessie/releases/tag/nessie-0.64.2

0.64.0 (2023-07-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pynessie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

__author__ = """Project Nessie"""
__email__ = "[email protected]"
__version__ = "0.64.1"
__version__ = "0.64.2"


def get_config(config_dir: Optional[str] = None, args: Optional[dict] = None) -> confuse.Configuration:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.64.1
current_version = 0.64.2
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
name="pynessie",
packages=find_packages(include=["pynessie", "pynessie.*"]),
url="https://github.com/projectnessie/nessie",
version="0.64.1",
version="0.64.2",
zip_safe=False,
)

0 comments on commit 7e86514

Please sign in to comment.