Skip to content

Commit fea3ff7

Browse files
v0.8.1 (#1145)
* bump version number * update release notes
1 parent 9355e3c commit fea3ff7

File tree

4 files changed

+14
-8
lines changed

4 files changed

+14
-8
lines changed

docs/source/release_notes.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
Release Notes
44
-------------
5-
6-
Future Release
7-
==============
5+
.. Future Release
6+
==============
87
* Enhancements
98
* Fixes
9+
* Changes
10+
* Documentation Changes
11+
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v0.8.1 Sep 16, 2021
16+
===================
1017
* Changes
1118
* Update ``Datetime.transform`` to use default nrows value when calling ``_infer_datetime_format`` (:pr:`1137`)
1219
* Documentation Changes
1320
* Hide spark config in Using Dask and Koalas Guide (:pr:`1139`)
14-
* Testing Changes
1521

1622
Thanks to the following people for contributing to this release:
17-
:user:`simha104`, :user:`thehomebrewnerd`
23+
:user:`jeff-hernandez`, :user:`simha104`, :user:`thehomebrewnerd`
1824

1925

2026
v0.8.0 Sep 9, 2021

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.0',
19+
version='0.8.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.8.0"
5+
assert __version__ == "0.8.1"

woodwork/version.py

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

0 commit comments

Comments
 (0)