From 54c03084d415161962d153fc30005fac8abe8b8c Mon Sep 17 00:00:00 2001 From: Andy McCurdy Date: Mon, 2 Nov 2015 15:56:29 -0800 Subject: 2.10.4 --- CHANGES | 2 +- redis/__init__.py | 2 +- 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__ = [ -- cgit v1.2.1