summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2011-07-17 15:45:03 -0700
committerandy <andy@whiskeymedia.com>2011-07-17 15:45:03 -0700
commita55f64596bfc4506d73316086d8959b55adc625d (patch)
tree44d8ea6aa8dd30bc4b8b20419689b7a41e710943
parent4c750ee8b7385ca19a82d15c8d5597f84cbf7961 (diff)
downloadredis-py-2.4.7.tar.gz
version bump for 2.4.72.4.7
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f497438..b51b90d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* 2.4.7 (in development)
+* 2.4.7
* Fixed a bug where some connections were not getting released back to the
connection pool after pipeline execution.
* Pipelines can now be used as context managers. This is the preferred way
diff --git a/redis/__init__.py b/redis/__init__.py
index aa94c01..91b481b 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -16,7 +16,7 @@ from redis.exceptions import (
)
-__version__ = '2.4.6'
+__version__ = '2.4.7'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [