From 76e23892cae11b3386dfec11d7fc3f5d9be5ee20 Mon Sep 17 00:00:00 2001 From: ronanstokes-db Date: Wed, 22 Mar 2023 13:28:26 -0700 Subject: [PATCH] wip --- 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 b59fd9d2..52138f2f 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,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.2post1/CHANGELOG.md) +[here](https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.2post2/CHANGELOG.md) # Installation diff --git a/dbldatagen/_version.py b/dbldatagen/_version.py index a6b2a525..68534317 100644 --- a/dbldatagen/_version.py +++ b/dbldatagen/_version.py @@ -33,7 +33,7 @@ def get_version(version): return version_info -__version__ = "0.3.2post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion +__version__ = "0.3.2post2" # 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 d573ff39..61ff880d 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.2post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion +release = "0.3.2post2" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion # -- General configuration --------------------------------------------------- diff --git a/python/.bumpversion.cfg b/python/.bumpversion.cfg index 9ee3b7f6..143f8a43 100644 --- a/python/.bumpversion.cfg +++ b/python/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.2post1 +current_version = 0.3.2post2 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 0e6f2675..6bb80765 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setuptools.setup( name="dbldatagen", - version="0.3.2post1", + version="0.3.2post2", author="Ronan Stokes, Databricks", description="Databricks Labs - PySpark Synthetic Data Generator", long_description=long_description,