summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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__ = [