Skip to content

Commit

Permalink
2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Jul 20, 2011
1 parent 6dc7c21 commit 907555c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
@@ -1,3 +1,5 @@
* 2.4.8
* Imported with_statement from __future__ for Python 2.5 compatability.
* 2.4.7
* Fixed a bug where some connections were not getting released back to the
connection pool after pipeline execution.
Expand Down
2 changes: 1 addition & 1 deletion redis/__init__.py
Expand Up @@ -16,7 +16,7 @@
)


__version__ = '2.4.7'
__version__ = '2.4.8'
VERSION = tuple(map(int, __version__.split('.')))

__all__ = [
Expand Down

0 comments on commit 907555c

Please sign in to comment.