From 937f8e4dfecc838afcc208a86c5d5139b33626fd Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 14 Aug 2012 10:03:12 -0700 Subject: version bump to 2.6.1 --- CHANGES | 2 +- redis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 28c2248..e4c5977 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -* 2.6.1 (in development) +* 2.6.1 * Python 3.x support! Big thanks to Alex Grönholm. * Fixed a bug in the PythonParser's read_response that could hide an error from the client (#251). diff --git a/redis/__init__.py b/redis/__init__.py index e561c5e..e185ebd 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -17,7 +17,7 @@ from redis.exceptions import ( ) -__version__ = '2.6.0' +__version__ = '2.6.1' VERSION = tuple(map(int, __version__.split('.'))) __all__ = [ -- cgit v1.2.1