Skip to content

Commit

Permalink
3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andymccurdy committed Jan 31, 2020
1 parent 4287963 commit ab1c659
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* (IN DEVELOPMENT)
* 3.4.0
* Allow empty pipelines to be executed if there are WATCHed keys.
This is a convenient way to test if any of the watched keys changed
without actually running any other commands. Thanks @brianmaissy.
Expand Down
2 changes: 1 addition & 1 deletion redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def int_or_str(value):
return value


__version__ = '3.3.11'
__version__ = '3.4.0'
VERSION = tuple(map(int_or_str, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit ab1c659

Please sign in to comment.