Skip to content

Commit

Permalink
v0.17.1 (#1481)
Browse files Browse the repository at this point in the history
* release PR
  • Loading branch information
bchen1116 authored Jul 29, 2022
1 parent 0c76580 commit 3582ff8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
20 changes: 13 additions & 7 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@
Release Notes
-------------

Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.17.1 July 29, 2022
=====================
* Testing Changes
* Allow for manual kickoff for minimum dependency checker (:pr:`1476`)

Thanks to the following people for contributing to this release:
:user:`gsheni`
:user:`bchen1116`, :user:`gsheni`

v0.17.0 July 14, 2022
=====================
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.17.0"
assert __version__ == "0.17.1"
2 changes: 1 addition & 1 deletion woodwork/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.17.1"

0 comments on commit 3582ff8

Please sign in to comment.