File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ details of use and many examples.
6262
6363Release notes and details of the latest changes for this specific release
6464can be found in the Github repository
65- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.2post1 /CHANGELOG.md )
65+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.2post2 /CHANGELOG.md )
6666
6767# Installation
6868
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_version(version):
3333 return version_info
3434
3535
36- __version__ = "0.3.2post1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
36+ __version__ = "0.3.2post2 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3737__version_info__ = get_version (__version__ )
3838
3939
Original file line number Diff line number Diff line change 2828author = 'Databricks Inc'
2929
3030# The full version, including alpha/beta/rc tags
31- release = "0.3.2post1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31+ release = "0.3.2post2 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3232
3333
3434# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.2post1
2+ current_version = 0.3.2post2
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+){0,1}(?P<release>\D*)(?P<build>\d*)
Original file line number Diff line number Diff line change 3131
3232setuptools .setup (
3333 name = "dbldatagen" ,
34- version = "0.3.2post1 " ,
34+ version = "0.3.2post2 " ,
3535 author = "Ronan Stokes, Databricks" ,
3636 description = "Databricks Labs - PySpark Synthetic Data Generator" ,
3737 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments