Skip to content

Commit d1836fd

Browse files
v0.8.2 (#1163)
* bump version * update release notes
1 parent 836ec2e commit d1836fd

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

docs/source/release_notes.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22

33
Release Notes
44
-------------
5-
Future Release
6-
==============
5+
.. Future Release
6+
==============
77
* Enhancements
88
* Fixes
9-
* Fixed an issue when inferring the format of datetime strings with day of week or meridiem placeholders (:pr:`1158`)
10-
* Implements change in ``Datetime.transform`` to prevent initialization failure in some cases (:pr:`1162`)
119
* Changes
1210
* Documentation Changes
1311
* Testing Changes
12+
13+
.. Thanks to the following people for contributing to this release:
14+
15+
v0.8.2 Oct 12, 2021
16+
===================
17+
* Fixes
18+
* Fixed an issue when inferring the format of datetime strings with day of week or meridiem placeholders (:pr:`1158`)
19+
* Implements change in ``Datetime.transform`` to prevent initialization failure in some cases (:pr:`1162`)
20+
* Testing Changes
1421
* Update reviewers for minimum and latest dependency checkers (:pr:`1150`)
1522
* Added notebook standardizer to remove executed outputs (:pr:`1153`)
1623

1724
Thanks to the following people for contributing to this release:
18-
:user:`davesque`, :user:`thehomebrewnerd`, :user:`bchen1116`
25+
:user:`bchen1116`, :user:`davesque`, :user:`jeff-hernandez`, :user:`thehomebrewnerd`
1926

2027
v0.8.1 Sep 16, 2021
2128
===================

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

woodwork/version.py

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

0 commit comments

Comments
 (0)