Skip to content

Commit 255c4e1

Browse files
committed
Bumping version, updating changelog
1 parent d235a27 commit 255c4e1

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## Change History
44
All notable changes to the Databricks Labs Data Generator will be documented in this file.
55

6+
### Version 0.4.0 Hotfix 2
7+
8+
#### Fixed
9+
* Added basic stock ticker and multi-table sales order standard datasets
10+
* Added min and max latitude and longitude options for the basic geometries dataset provider
11+
* Added default max values for numeric data types
12+
613
### Version 0.4.0 Hotfix 1
714

815
#### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ details of use and many examples.
6565

6666
Release notes and details of the latest changes for this specific release
6767
can be found in the GitHub repository
68-
[here](https://github.com/databrickslabs/dbldatagen/blob/release/v0.4.0post1/CHANGELOG.md)
68+
[here](https://github.com/databrickslabs/dbldatagen/blob/release/v0.4.0post2/CHANGELOG.md)
6969

7070
# Installation
7171

dbldatagen/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_version(version):
3434
return version_info
3535

3636

37-
__version__ = "0.4.0post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37+
__version__ = "0.4.0post2" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3838
__version_info__ = get_version(__version__)
3939

4040

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
author = 'Databricks Inc'
3333

3434
# The full version, including alpha/beta/rc tags
35-
release = "0.4.0post1" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
35+
release = "0.4.0post2" # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
3636

3737
# -- General configuration ---------------------------------------------------
3838

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.4.0post1
2+
current_version = 0.4.0post2
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
@@ -31,7 +31,7 @@
3131

3232
setuptools.setup(
3333
name="dbldatagen",
34-
version="0.4.0post1",
34+
version="0.4.0post2",
3535
author="Ronan Stokes, Databricks",
3636
description="Databricks Labs - PySpark Synthetic Data Generator",
3737
long_description=long_description,

0 commit comments

Comments
 (0)