Skip to content

Commit

Permalink
[release] next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessie Release Workflow [bot] committed Aug 26, 2022
1 parent ddd65b0 commit a7bad69
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 @@ -22,7 +22,7 @@

__author__ = """Project Nessie"""
__email__ = "nessie-release-builder@dremio.com"
__version__ = "0.42.0"
__version__ = "0.42.1"


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.42.0
current_version = 0.42.1
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 @@ -68,6 +68,6 @@
name="pynessie",
packages=find_packages(include=["pynessie", "pynessie.*"]),
url="https://github.com/projectnessie/nessie",
version="0.42.0",
version="0.42.1",
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.42.0",
"version": "0.42.1-snapshot",
"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.42.0
0.42.1-SNAPSHOT

0 comments on commit a7bad69

Please sign in to comment.