summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2013-04-22 22:28:13 -0700
committerandy <andy@whiskeymedia.com>2013-04-22 22:28:13 -0700
commit90ba027e5b79a8bac5f4935863c740e7ca024568 (patch)
tree1b8080a7517eec238b90ef24e349b388ce2fdaeb
parentc968d78bfb3a977ce3b14fab7196f19cec645bdf (diff)
downloadredis-py-2.7.3.tar.gz
2.7.32.7.3
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index c845202..e12f004 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* 2.7.3 (in development)
+* 2.7.3
* Fixed a bug with BRPOPLPUSH and lists with empty strings.
* All empty except: clauses have been replaced to only catch Exception
subclasses. This prevents a KeyboardInterrupt from triggering exception
diff --git a/redis/__init__.py b/redis/__init__.py
index 065c4d4..c64fa98 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -18,7 +18,7 @@ from redis.exceptions import (
)
-__version__ = '2.7.2'
+__version__ = '2.7.3'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [