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
77Development 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+
10170.4.0
1118*****
1219
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 22
33[tool .poetry ]
44name = " sherlock"
5- version = " 0.4.1a0 "
5+ version = " 0.4.1 "
66description = " Distributed inter-process locks with a choice of backend"
77license = " MIT"
88authors = [
You can’t perform that action at this time.
0 commit comments