Skip to content

Commit 945b060

Browse files
changed release numbering (#65)
1 parent 117e0d3 commit 945b060

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
See the contents of the file `python/require.txt` to see the Python package dependencies
66

7-
### Version 0.11.0-dev1
7+
### Version 0.2.0-rc0
88

99
#### Features
1010
* Uses pipenv for main build process

dbldatagen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ def get_version(version):
3030
return version_info
3131

3232

33-
__version__ = "0.11.0-dev1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
33+
__version__ = "0.2.0-rc0" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3434
__version_info__ = get_version(__version__)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = 'Databricks Inc'
2929

3030
# The full version, including alpha/beta/rc tags
31-
release = "0.11.0-dev1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31+
release = "0.2.0-rc0" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3232

3333

3434
# -- General configuration ---------------------------------------------------

python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.11.0-dev1
2+
current_version = 0.2.0-rc0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-{0,1}(?P<release>\D*)(?P<build>\d*)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setuptools.setup(
1515
name="dbldatagen",
16-
version="0.11.0-dev1",
16+
version="0.2.0-rc0",
1717
author="Ronan Stokes, Databricks",
1818
author_email="[email protected]",
1919
description="Databricks Labs - PySpark Synthetic Data Generator",

0 commit comments

Comments
 (0)