From a55f64596bfc4506d73316086d8959b55adc625d Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 17 Jul 2011 15:45:03 -0700 Subject: version bump for 2.4.7 --- CHANGES | 2 +- redis/__init__.py | 2 +- 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__ = [ -- cgit v1.2.1