Skip to content

Commit

Permalink
[release] release pynessie 0.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PyNessie Release Workflow [bot] committed Jul 11, 2023
1 parent eb3d530 commit e1990ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,11 @@
History
=======

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

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

0.63.0 (2023-07-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pynessie/__init__.py
Expand Up @@ -23,7 +23,7 @@

__author__ = """Project Nessie"""
__email__ = "nessie-release-builder@dremio.com"
__version__ = "0.63.0"
__version__ = "0.64.0"


def get_config(config_dir: Optional[str] = None, args: Optional[dict] = None) -> confuse.Configuration:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.63.0
current_version = 0.64.0
commit = False
tag = False

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

0 comments on commit e1990ba

Please sign in to comment.