summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2014-08-11 09:50:08 -0700
committerAndy McCurdy <andy@andymccurdy.com>2014-08-11 09:51:31 -0700
commiteb51763707a85ca1a0aebea502ecfdefe1aa5ad2 (patch)
tree5b5df583adce9ae9b0fa0c81fb89d95e0927f863
parent66d9a49b355730eb40cdf6fc3969926523b1170b (diff)
downloadredis-py-eb51763707a85ca1a0aebea502ecfdefe1aa5ad2.tar.gz
2.10.22.10.2
-rw-r--r--CHANGES2
-rw-r--r--redis/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index b05a76f..e864576 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-* 2.10.2 (in development)
+* 2.10.2
* Added support for Hiredis's new bytearray support. Thanks
https://github.com/tzickel
* POSSIBLE BACKWARDS INCOMPATBLE CHANGE: Fixed a possible race condition
diff --git a/redis/__init__.py b/redis/__init__.py
index cad032f..07b50bc 100644
--- a/redis/__init__.py
+++ b/redis/__init__.py
@@ -22,7 +22,7 @@ from redis.exceptions import (
)
-__version__ = '2.10.1'
+__version__ = '2.10.2'
VERSION = tuple(map(int, __version__.split('.')))
__all__ = [