From 245ece9adfa843cf8486e401d74391b3f753d950 Mon Sep 17 00:00:00 2001 From: Judah Rand <17158624+judahrand@users.noreply.github.com> Date: Sat, 18 Feb 2023 14:48:38 +0000 Subject: [PATCH] Prepare for release --- CHANGELOG.rst | 7 +++++++ docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c62249c..38c7be4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,13 @@ CHANGELOG Development Version ******************* +0.4.1 +***** + +Bug Fixes +========= +* Fix bug in :python:`RedisLock` where lock would be released when :python:`renew` is called + 0.4.0 ***** diff --git a/docs/source/conf.py b/docs/source/conf.py index 34ba9f1..391898f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.4.0' +version = '0.4.1' # The full version, including alpha/beta/rc tags. -release = '0.4.0a0' +release = '0.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 62dd7c7..4ea1f30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "sherlock" -version = "0.4.1a0" +version = "0.4.1" description = "Distributed inter-process locks with a choice of backend" license = "MIT" authors = [