Skip to content

Commit

Permalink
[release] release nessie-0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessie Release Workflow [bot] committed Jul 22, 2022
1 parent 3f0c2a2 commit 0c0f913
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion python/pynessie/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = """Project Nessie"""
__email__ = "[email protected]"
__version__ = "0.40.1"
__version__ = "0.40.0"


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

Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
name="pynessie",
packages=find_packages(include=["pynessie", "pynessie.*"]),
url="https://github.com/projectnessie/nessie",
version="0.40.1",
version="0.40.0",
zip_safe=False,
)
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nessie-ui",
"version": "0.40.1-snapshot",
"version": "0.40.0",
"lockfileVersion": 2,
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.1-SNAPSHOT
0.40.0

0 comments on commit 0c0f913

Please sign in to comment.