Skip to content

Commit

Permalink
Release v0.81.1 (#4332)
Browse files Browse the repository at this point in the history
* release notes
  • Loading branch information
MichaelFu512 authored Oct 11, 2023
1 parent ba78938 commit 6eed03c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,19 @@ Release Notes
**Future Releases**
* Enhancements
* Fixes
* Fixed bug related to pypi release :pr:`4330`
* Changes
* Documentation Changes
* Testing Changes

.. warning::

**Breaking Changes**


**v0.81.1 Oct 11, 2023**
* Enhancements
* Fixes
* Fixed bug related to pypi release github action failing :pr:`4330`
* Changes
* Documentation Changes
* Testing Changes
Expand Down
2 changes: 1 addition & 1 deletion evalml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
warnings.filterwarnings("ignore", category=FutureWarning)
warnings.filterwarnings("ignore", category=DeprecationWarning)

__version__ = "0.81.0"
__version__ = "0.81.1"

0 comments on commit 6eed03c

Please sign in to comment.