From 90ba027e5b79a8bac5f4935863c740e7ca024568 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 22 Apr 2013 22:28:13 -0700 Subject: 2.7.3 --- CHANGES | 2 +- redis/__init__.py | 2 +- 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__ = [ -- cgit v1.2.1