We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ef9ec commit 20f71abCopy full SHA for 20f71ab
CHANGES
@@ -1,3 +1,10 @@
1
+# DEPRECATED
2
+
3
+This file is historic. Starting with redis-py 4.0.0b1, please see the GitHub releases page at
4
+https://github.com/redis/redis-py/releases.
5
6
+------------------------------------------------------------------------------------------------
7
8
* (in development)
9
* BACKWARDS INCOMPATIBLE: Removed support for end of life Python 2.7. #1318
10
* BACKWARDS INCOMPATIBLE: All values within Redis URLs are unquoted via
redis/__init__.py
@@ -31,7 +31,7 @@ def int_or_str(value):
31
return value
32
33
34
-__version__ = '4.0.0b1'
+__version__ = '4.0.0b2'
35
VERSION = tuple(map(int_or_str, __version__.split('.')))
36
37
__all__ = [
0 commit comments