From 859aee58d338e7bbc595f3263b708e0f2880dcbf Mon Sep 17 00:00:00 2001 From: ronanstokes-db Date: Thu, 13 Apr 2023 09:59:48 -0700 Subject: [PATCH] hotfix release for logger fixes --- README.md | 2 +- dbldatagen/_version.py | 2 +- docs/source/conf.py | 2 +- python/.bumpversion.cfg | 2 +- setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c782bafc..9fb18e00 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ details of use and many examples. Release notes and details of the latest changes for this specific release can be found in the GitHub repository -[here](https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.4/CHANGELOG.md) +[here](https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.4post1/CHANGELOG.md) # Installation diff --git a/dbldatagen/_version.py b/dbldatagen/_version.py index 915559db..b1cbbec8 100644 --- a/dbldatagen/_version.py +++ b/dbldatagen/_version.py @@ -34,7 +34,7 @@ def get_version(version): return version_info -__version__ = "0.3.4" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion +__version__ = "0.3.4post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion __version_info__ = get_version(__version__) diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a748772..49bcf75c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -28,7 +28,7 @@ author = 'Databricks Inc' # The full version, including alpha/beta/rc tags -release = "0.3.4" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion +release = "0.3.4post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion # -- General configuration --------------------------------------------------- diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 2eb61afa..973b2fb6 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.4 +current_version = 0.3.4post1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+){0,1}(?P\D*)(?P\d*) diff --git a/setup.py b/setup.py index 940f4c2f..e9263495 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setuptools.setup( name="dbldatagen", - version="0.3.4", + version="0.3.4post1", author="Ronan Stokes, Databricks", description="Databricks Labs - PySpark Synthetic Data Generator", long_description=long_description,