Skip to content

Commit

Permalink
v0.0.10 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsheni authored Feb 25, 2021
1 parent 06aef41 commit c3f73ae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

Release Notes
-------------
**Future Release**
.. **Future Release**
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
**v0.0.10 February 25, 2021**
* Changes
* Avoid calculating mutualinfo for non-unique columns (:pr:`563`)
* Preserve underlying DataFrame index if index column is not specified (:pr:`588`)
* Add blank issue template for creating issues (:pr:`630`)
* Documentation Changes
* Testing Changes
* Update branch reference in tests workflow (:pr:`552`, :pr:`601`)
* Fixed text on back arrow on install page (:pr:`564`)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
author='Alteryx, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
version='0.0.9',
version='0.0.10',
description='a two-dimensional data object with labeled axes and typing information',
url='https://github.com/alteryx/woodwork/',
classifiers=[
Expand Down
2 changes: 1 addition & 1 deletion woodwork/tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.0.9"
assert __version__ == "0.0.10"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9"
__version__ = "0.0.10"

0 comments on commit c3f73ae

Please sign in to comment.