Skip to content

Commit 24f08d7

Browse files
v0.9.1 (#344)
1 parent 7e07e3e commit 24f08d7

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

composeml/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.9.0"
5+
assert __version__ == "0.9.1"

composeml/version.py

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

docs/source/release_notes.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
Release Notes
22
-------------
33

4-
Future Release
5-
==============
4+
.. Future Release
5+
==============
66
* Enhancements
77
* Fixes
88
* Changes
9-
* Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`)
109
* Documentation Changes
11-
* Fix docs build and clean up release notes (:pr:`336`)
1210
* Testing Changes
1311
12+
.. Thanks to the following people for contributing to this release:
13+
14+
v0.9.1 Nov 2, 2022
15+
==================
16+
* Changes
17+
* Explicitly set series dtype for ``LabelTimes.target_types`` (:pr:`337`)
18+
* Documentation Changes
19+
* Fix docs build and clean up release notes (:pr:`336`)
20+
1421
Thanks to the following people for contributing to this release:
1522
:user:`thehomebrewnerd`
1623

0 commit comments

Comments
 (0)