From 415125e57a6fb164153b3dd9558dbadf23a5dbb6 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 28 Oct 2011 10:31:58 -0700 Subject: Releasing 2.4.10 --- CHANGES | 2 +- redis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 3226803..7ccd777 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -* 2.4.10 (in development) +* 2.4.10 * Buffer reads from socket in the PythonParser. Fix for a Windows-specific bug (#205). * Added the OBJECT and DEBUG OBJECT commands. diff --git a/redis/__init__.py b/redis/__init__.py index 8f94044..94fd353 100644 --- a/redis/__init__.py +++ b/redis/__init__.py @@ -16,7 +16,7 @@ from redis.exceptions import ( ) -__version__ = '2.4.9' +__version__ = '2.4.10' VERSION = tuple(map(int, __version__.split('.'))) __all__ = [ -- cgit v1.2.1