Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
judahrand committed Feb 18, 2023
1 parent 7a2d86d commit 245ece9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 245ece9

Please sign in to comment.