Skip to content

Commit

Permalink
v0.17.0 (#1473)
Browse files Browse the repository at this point in the history
* v0.17.0

* update release notes

* update release notes formatting

* update release notes formatting
  • Loading branch information
ParthivNaresh authored Jul 14, 2022
1 parent 6f8232f commit 7a58533
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
19 changes: 15 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,21 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.17.0 July 14, 2022
=====================
.. warning::
This release of Woodwork will not support Python 3.7

* Enhancements
* Added ability to null invalid values for ``Double`` logical type (:pr:`1449`)
* Added ability to null invalid values for ``BooleanNullable`` logical type (:pr:`1455`)
Expand All @@ -22,8 +35,6 @@ Future Release
* Set the minimum acceptable version of pandas to ``1.4.0`` for woodwork and ``1.4.3`` for spark add-on (:pr:`1461`)
* Dropped support for Python 3.7 (:pr:`1461`)
* Add pre-commit hooks for linting (:pr:`1470`)
* Documentation Changes
* Testing Changes

Thanks to the following people for contributing to this release:
:user:`gsheni`, :user:`jeff-hernandez`, :user:`ParthivNaresh`
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.16.4"
assert __version__ == "0.17.0"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.4"
__version__ = "0.17.0"

0 comments on commit 7a58533

Please sign in to comment.