Skip to content

Commit faab2b6

Browse files
committed
Prepare for 0.3.0 release
Update chnagelog and bump version to 0.3.0
1 parent 792ebc1 commit faab2b6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.3.0
2+
- Add support for handling categorical quantities (#10, #13).
3+
14
0.2.0
25
- Add support for handling discrete quantities (#9).
36
- Add support for setting a seed when generating new samples (#11).

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def copy_overview(f_read: Path, f_write: Path, rebuild=False) -> None:
4040
project = 'synthia'
4141
copyright = '2020 D. Meyer and T. Nagler'
4242
author = 'D. Meyer and T. Nagler'
43-
release = '0.2.0'
43+
release = '0.3.0'
4444

4545
extensions = [
4646
"sphinx.ext.autodoc",

setup.py

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

99
setup(
1010
name='synthia',
11-
version='0.2.0',
11+
version='0.3.0',
1212
description='Multi-dimensional synthetic data generation in Python',
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)