Skip to content

Commit

Permalink
Prepare for 0.3.0 release
Browse files Browse the repository at this point in the history
Update chnagelog and bump version to 0.3.0
  • Loading branch information
dmey committed Nov 12, 2020
1 parent 792ebc1 commit faab2b6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.3.0
- Add support for handling categorical quantities (#10, #13).

0.2.0
- Add support for handling discrete quantities (#9).
- Add support for setting a seed when generating new samples (#11).
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def copy_overview(f_read: Path, f_write: Path, rebuild=False) -> None:
project = 'synthia'
copyright = '2020 D. Meyer and T. Nagler'
author = 'D. Meyer and T. Nagler'
release = '0.2.0'
release = '0.3.0'

extensions = [
"sphinx.ext.autodoc",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='synthia',
version='0.2.0',
version='0.3.0',
description='Multi-dimensional synthetic data generation in Python',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit faab2b6

Please sign in to comment.