Skip to content

Commit

Permalink
v0.9.1 (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
thehomebrewnerd authored Nov 2, 2022
1 parent 7e07e3e commit 24f08d7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composeml/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.9.0"
assert __version__ == "0.9.1"
2 changes: 1 addition & 1 deletion composeml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.0"
__version__ = "0.9.1"
15 changes: 11 additions & 4 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`)
* Documentation Changes
* Fix docs build and clean up release notes (:pr:`336`)
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.9.1 Nov 2, 2022
==================
* Changes
* Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`)
* Documentation Changes
* Fix docs build and clean up release notes (:pr:`336`)

Thanks to the following people for contributing to this release:
:user:`thehomebrewnerd`

Expand Down

0 comments on commit 24f08d7

Please sign in to comment.