File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ CHANGELOG
7
7
Development Version
8
8
*******************
9
9
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
+
10
17
0.4.0
11
18
*****
12
19
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = '0.4.0 '
61
+ version = '0.4.1 '
62
62
# The full version, including alpha/beta/rc tags.
63
- release = '0.4.0a0 '
63
+ release = '0.4.1 '
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
3
3
[tool .poetry ]
4
4
name = " sherlock"
5
- version = " 0.4.1a0 "
5
+ version = " 0.4.1 "
6
6
description = " Distributed inter-process locks with a choice of backend"
7
7
license = " MIT"
8
8
authors = [
You can’t perform that action at this time.
0 commit comments