From c02231cc00c57e42c3750db2061d17736874d533 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 16 Nov 2012 11:32:35 -0800 Subject: bump to 2.7.2 --- redis/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/__init__.py b/redis/__init__.py index 1255795..4b10834 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -17,7 +17,7 @@ from redis.exceptions import ( ) -__version__ = '2.7.1' +__version__ = '2.7.2' VERSION = tuple(map(int, __version__.split('.'))) __all__ = [ -- cgit v1.2.1