summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2015-11-02 15:56:29 -0800
committerAndy McCurdy <andy@andymccurdy.com>2015-11-02 15:56:29 -0800
commit54c03084d415161962d153fc30005fac8abe8b8c (patch)
treede258bf6881529cdd7b593b4c16dbc6053d03923
parent13d72a5e0a6c73c5bce4b763701a4d28984bd084 (diff)
downloadredis-py-54c03084d415161962d153fc30005fac8abe8b8c.tar.gz
2.10.42.10.4
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 105da0e..1556710 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* 2.10.4 (in development)
+* 2.10.4
* Allow URL encoded parameters in Redis URLs. Characters like a "/" can
now be URL encoded and redis-py will correctly decode them. Thanks
Paul Keene.
diff --git a/redis/__init__.py b/redis/__init__.py
index 3b0995d..5e12509 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -22,7 +22,7 @@ from redis.exceptions import (
)
-__version__ = '2.10.3'
+__version__ = '2.10.4'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [