Skip to content

Commit 589b0aa

Browse files
authored
v0.10.1 (#365)
* v0.10.1 * Update test_version.py * Update release_notes.rst
1 parent 168cf5b commit 589b0aa

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

composeml/tests/test_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "0.10.0"
5+
assert __version__ == "0.10.1"

composeml/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.0"
1+
__version__ = "0.10.1"

docs/source/release_notes.rst

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
Release Notes
22
-------------
33

4-
Future Release
5-
==============
4+
.. Future Release
5+
==============
66
* Enhancements
77
* Fixes
88
* Changes
9-
* Update create feedstock pull request workflow (:pr:`364`)
109
* Documentation Changes
1110
* Testing Changes
1211
12+
.. Thanks to the following people for contributing to this release:
13+
14+
v0.10.1 Jan 6, 2023
15+
===================
16+
* Changes
17+
* Update create feedstock pull request workflow (:pr:`364`)
18+
1319
Thanks to the following people for contributing to this release:
1420
:user:`gsheni`
1521

0 commit comments

Comments
 (0)