Skip to content

Commit

Permalink
v0.10.0 (#363)
Browse files Browse the repository at this point in the history
* Update version.py

* Update test_version.py

* Update release_notes.rst
  • Loading branch information
gsheni authored Jan 6, 2023
1 parent 2fefec8 commit 9b6f5ec
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.1"
assert __version__ == "0.10.0"
2 changes: 1 addition & 1 deletion composeml/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.10.0"
13 changes: 11 additions & 2 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Release Notes
-------------

Future Release
==============
.. Future Release
==============
* Enhancements
* Fixes
* Changes
* Documentation Changes
* Testing Changes
.. Thanks to the following people for contributing to this release:
v0.10.0 Jan 6, 2023
===================
* Fixes
* Update to avoid error with a categorical target with unused categories (:pr:`349`)
* Changes
Expand Down

0 comments on commit 9b6f5ec

Please sign in to comment.