We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fefec8 commit 9b6f5ecCopy full SHA for 9b6f5ec
composeml/tests/test_version.py
@@ -2,4 +2,4 @@
2
3
4
def test_version():
5
- assert __version__ == "0.9.1"
+ assert __version__ == "0.10.0"
composeml/version.py
@@ -1 +1 @@
1
-__version__ = "0.9.1"
+__version__ = "0.10.0"
docs/source/release_notes.rst
@@ -1,9 +1,18 @@
Release Notes
-------------
-Future Release
-==============
+.. Future Release
+ ==============
6
* 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
+===================
16
* Fixes
17
* Update to avoid error with a categorical target with unused categories (:pr:`349`)
18
* Changes
0 commit comments