Skip to content

Commit

Permalink
v0.9.1 (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Nov 19, 2021
1 parent 727041a commit 1a5ded4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.9.1 Nov 19, 2021
===================
* Fixes
* Fix bug that causes ``mutual_information`` to fail with certain index types (:pr:`1199`)
* Changes
* Update pip to 21.3.1 for test requirements (:pr:`1196`)
* Documentation Changes
* Update install page with updated minimum optional dependencies (:pr:`1193`)
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`thehomebrewnerd`
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
author='Alteryx, Inc.',
author_email='[email protected]',
license='BSD 3-clause',
version='0.9.0',
version='0.9.1',
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.9.0"
assert __version__ == "0.9.1"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"

0 comments on commit 1a5ded4

Please sign in to comment.