File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3
3
## Change History
4
4
All notable changes to the Databricks Labs Data Generator will be documented in this file.
5
5
6
- ### Unreleased
6
+ ### Version 0.3.1
7
7
8
8
#### Changed
9
9
* Refactoring of template text generation for better performance via vectorized implementation
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ details of use and many examples.
60
60
61
61
Release notes and details of the latest changes for this specific release
62
62
can be found in the Github repository
63
- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.0 /CHANGELOG.md )
63
+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.1 /CHANGELOG.md )
64
64
65
65
# Installation
66
66
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def get_version(version):
33
33
return version_info
34
34
35
35
36
- __version__ = "0.3.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
36
+ __version__ = "0.3.1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37
37
__version_info__ = get_version (__version__ )
38
38
39
39
Original file line number Diff line number Diff line change 28
28
author = 'Databricks Inc'
29
29
30
30
# The full version, including alpha/beta/rc tags
31
- release = "0.3.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31
+ release = "0.3.1 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
32
32
33
33
34
34
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0
2
+ current_version = 0.3.1
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\-{0,1}(?P<release>\D*)(?P<build>\d*)
@@ -28,6 +28,4 @@ serialize =
28
28
29
29
[bumpversion:file:docs/source/conf.py]
30
30
31
- [bumpversion:file:CHANGELOG.md]
32
-
33
31
[bumpversion:file:README.md]
Original file line number Diff line number Diff line change 31
31
32
32
setuptools .setup (
33
33
name = "dbldatagen" ,
34
- version = "0.3.0 " ,
34
+ version = "0.3.1 " ,
35
35
author = "Ronan Stokes, Databricks" ,
36
36
description = "Databricks Labs - PySpark Synthetic Data Generator" ,
37
37
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments