Skip to content

Commit 9b6f5ec

Browse files
authored
v0.10.0 (#363)
* Update version.py * Update test_version.py * Update release_notes.rst
1 parent 2fefec8 commit 9b6f5ec

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
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.9.1"
5+
assert __version__ == "0.10.0"

composeml/version.py

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

docs/source/release_notes.rst

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
Release Notes
22
-------------
33

4-
Future Release
5-
==============
4+
.. Future Release
5+
==============
66
* Enhancements
7+
* Fixes
8+
* Changes
9+
* Documentation Changes
10+
* Testing Changes
11+
12+
.. Thanks to the following people for contributing to this release:
13+
14+
v0.10.0 Jan 6, 2023
15+
===================
716
* Fixes
817
* Update to avoid error with a categorical target with unused categories (:pr:`349`)
918
* Changes

0 commit comments

Comments
 (0)