summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy <andy@whiskeymedia.com>2012-08-14 10:03:12 -0700
committerandy <andy@whiskeymedia.com>2012-08-14 10:03:12 -0700
commit937f8e4dfecc838afcc208a86c5d5139b33626fd (patch)
tree342ac4d66f4450dcfd2cb3d120771100625f10b8
parentae6ceae93826d5359467b1f6b518f70e60985f5e (diff)
downloadredis-py-937f8e4dfecc838afcc208a86c5d5139b33626fd.tar.gz
version bump to 2.6.12.6.1
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 28c2248..e4c5977 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* 2.6.1 (in development)
+* 2.6.1
* Python 3.x support! Big thanks to Alex Grönholm.
* Fixed a bug in the PythonParser's read_response that could hide an error
from the client (#251).
diff --git a/redis/__init__.py b/redis/__init__.py
index e561c5e..e185ebd 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -17,7 +17,7 @@ from redis.exceptions import (
)
-__version__ = '2.6.0'
+__version__ = '2.6.1'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [