Commit de6820b 1 parent 4f841a3 commit de6820b Copy full SHA for de6820b
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
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
- ### Version 0.4.0
6
+ ### Version 0.3.6
7
7
8
8
#### Changed
9
9
* Updated readme to include details on which versions of Databricks runtime support Unity Catalog ` shared ` access mode.
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ details of use and many examples.
63
63
64
64
Release notes and details of the latest changes for this specific release
65
65
can be found in the GitHub repository
66
- [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.4.0 /CHANGELOG.md )
66
+ [ here] ( https://github.com/databrickslabs/dbldatagen/blob/release/v0.3.6 /CHANGELOG.md )
67
67
68
68
# Installation
69
69
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def get_version(version):
34
34
return version_info
35
35
36
36
37
- __version__ = "0.4.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
37
+ __version__ = "0.3.6 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
38
38
__version_info__ = get_version (__version__ )
39
39
40
40
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.4.0 " # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
31
+ release = "0.3.6 " # 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.4.0
2
+ current_version = 0.3.6
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*)
Original file line number Diff line number Diff line change 31
31
32
32
setuptools .setup (
33
33
name = "dbldatagen" ,
34
- version = "0.4.0 " ,
34
+ version = "0.3.6 " ,
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