Skip to content

Commit 1a5ded4

Browse files
v0.9.1 (#1200)
1 parent 727041a commit 1a5ded4

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,24 @@
22

33
Release Notes
44
-------------
5-
6-
Future Release
7-
==============
5+
.. Future Release
6+
==============
87
* Enhancements
8+
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v0.9.1 Nov 19, 2021
16+
===================
917
* Fixes
1018
* Fix bug that causes ``mutual_information`` to fail with certain index types (:pr:`1199`)
1119
* Changes
1220
* Update pip to 21.3.1 for test requirements (:pr:`1196`)
1321
* Documentation Changes
1422
* Update install page with updated minimum optional dependencies (:pr:`1193`)
15-
* Testing Changes
1623

1724
Thanks to the following people for contributing to this release:
1825
:user:`gsheni`, :user:`thehomebrewnerd`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author='Alteryx, Inc.',
1717
author_email='[email protected]',
1818
license='BSD 3-clause',
19-
version='0.9.0',
19+
version='0.9.1',
2020
description='a two-dimensional data object with labeled axes and typing information',
2121
url='https://github.com/alteryx/woodwork/',
2222
classifiers=[

woodwork/tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.9.0"
5+
assert __version__ == "0.9.1"

woodwork/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.0"
1+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)