Skip to content

Commit 245ece9

Browse files
committed
Prepare for release
1 parent 7a2d86d commit 245ece9

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ CHANGELOG
77
Development Version
88
*******************
99

10+
0.4.1
11+
*****
12+
13+
Bug Fixes
14+
=========
15+
* Fix bug in :python:`RedisLock` where lock would be released when :python:`renew` is called
16+
1017
0.4.0
1118
*****
1219

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '0.4.0'
61+
version = '0.4.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '0.4.0a0'
63+
release = '0.4.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.poetry]
44
name = "sherlock"
5-
version = "0.4.1a0"
5+
version = "0.4.1"
66
description = "Distributed inter-process locks with a choice of backend"
77
license = "MIT"
88
authors = [

0 commit comments

Comments
 (0)