diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 4c93736..fabda02 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -3,15 +3,15 @@ Release Notes Some notes on new features in various releases -What's new in 0.5.1dev0 ------------------------ +What's new in 0.5.1 +------------------- ^^^^^^^^^ Features: ^^^^^^^^^ -* Update the project dependencies * Remove support for python 3.7 and add support for python up to 3.11 +* Update the project dependencies What's new in 0.5.0 ------------------- diff --git a/pyworkforce/_version.py b/pyworkforce/_version.py index cb3cf78..dd9b22c 100644 --- a/pyworkforce/_version.py +++ b/pyworkforce/_version.py @@ -1 +1 @@ -__version__ = "0.5.1dev0" +__version__ = "0.5.1"