Skip to content

Commit e980524

Browse files
v0.9.0 (#1190)
1 parent fd7a5d4 commit e980524

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

docs/source/release_notes.rst

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@
22

33
Release Notes
44
-------------
5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
7+
* 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.0 Nov 11, 2021
16+
===================
717
* Enhancements
818
* Added ``read_file`` parameter for replacing empty string values with NaN values (:pr:`1161`)
919
* Fixes
@@ -18,7 +28,7 @@ Future Release
1828
* Updated notebook standardizer to standardize python versions (:pr:`1166`)
1929

2030
Thanks to the following people for contributing to this release:
21-
:user:`davesque`, :user:`gsheni`, :user:`bchen1116`, :user:`rwedge`, :user:`tamargrey`, :user:`thehomebrewnerd`
31+
:user:`bchen1116`, :user:`davesque`, :user:`gsheni`, :user:`rwedge`, :user:`tamargrey`, :user:`thehomebrewnerd`
2232

2333
v0.8.2 Oct 12, 2021
2434
===================

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.8.2',
19+
version='0.9.0',
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.8.2"
5+
assert __version__ == "0.9.0"

woodwork/version.py

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

0 commit comments

Comments
 (0)