Skip to content

Commit

Permalink
[release] release nessie-0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nessie Release Workflow [bot] committed Sep 15, 2022
1 parent 003a7c6 commit f8cf740
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion helm/nessie/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: nessie
description: A Helm chart for Nessie
type: application
version: 0.42.0
version: 0.43.0
home: https://projectnessie.org/
icon: https://raw.githubusercontent.com/projectnessie/nessie/main/site/docs/img/nessie.svg
sources:
Expand Down
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__ = "[email protected]"
__version__ = "0.42.1"
__version__ = "0.43.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.42.1
current_version = 0.43.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 @@ -68,6 +68,6 @@
name="pynessie",
packages=find_packages(include=["pynessie", "pynessie.*"]),
url="https://github.com/projectnessie/nessie",
version="0.42.1",
version="0.43.0",
zip_safe=False,
)
4 changes: 2 additions & 2 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ extra_css:

extra:
versions:
java: 0.42.0
python: v0.42.0
java: 0.43.0
python: v0.43.0
iceberg: 0.13.0
iceberg_spark32: 3.2_2.12
analytics:
Expand Down
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.1-snapshot",
"version": "0.43.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.42.1-SNAPSHOT
0.43.0

0 comments on commit f8cf740

Please sign in to comment.