Skip to content

Commit

Permalink
Fix Lock crash, and versioning 4.3.3 (#2210)
Browse files Browse the repository at this point in the history
* fix lock

* v4.3.3
  • Loading branch information
dvora-h authored Jun 2, 2022
1 parent 535a612 commit bedf3c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion redis/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def __init__(
self,
redis,
name: str,
*,
timeout: Optional[Number] = None,
sleep: Number = 0.1,
blocking: bool = True,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description_content_type="text/markdown",
keywords=["Redis", "key-value store", "database"],
license="MIT",
version="4.3.2",
version="4.3.3",
packages=find_packages(
include=[
"redis",
Expand Down

0 comments on commit bedf3c8

Please sign in to comment.