Skip to content

Commit b465473

Browse files
committed
build(release): v0.18.1
1 parent 1eebec1 commit b465473

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7-
### Unreleased (or v0.18.1)
7+
### v0.18.1
88
* Added optional `seed` parameter to `sample_proportions()` for reproducible results
99
* Added optional `seed` parameter to `proportions_from_distribution()` for reproducible results
1010
* Fixed bug where `proportions_from_distribution()` ignored the `column_name` parameter

datascience/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.18.0'
1+
__version__ = '0.18.1'

0 commit comments

Comments
 (0)