summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2011-10-28 10:31:58 -0700
committerandy <andy@andymccurdy.com>2011-10-28 10:31:58 -0700
commit415125e57a6fb164153b3dd9558dbadf23a5dbb6 (patch)
tree328c7561851be3ceaa880ac84e912c0920af0e27
parent0d3ac6f482aba61e0cb432a9442605f1e587dad9 (diff)
downloadredis-py-415125e57a6fb164153b3dd9558dbadf23a5dbb6.tar.gz
Releasing 2.4.102.4.10
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
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__ = [