From ba71d7d5e38ff51820a71c5bf026ad9007b4f657 Mon Sep 17 00:00:00 2001 From: "rodrigo.arenas" <31422766+rodrigo-arenas@users.noreply.github.com> Date: Fri, 28 Jul 2023 10:50:41 -0500 Subject: [PATCH] release version 0.5.1 --- docs/release_notes.rst | 6 +++--- pyworkforce/_version.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"