Skip to content

Commit 20f71ab

Browse files
authored
beta2 version and CHANGES update (#1643)
1 parent 70ef9ec commit 20f71ab

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
* (in development)
29
* BACKWARDS INCOMPATIBLE: Removed support for end of life Python 2.7. #1318
310
* BACKWARDS INCOMPATIBLE: All values within Redis URLs are unquoted via

redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def int_or_str(value):
3131
return value
3232

3333

34-
__version__ = '4.0.0b1'
34+
__version__ = '4.0.0b2'
3535
VERSION = tuple(map(int_or_str, __version__.split('.')))
3636

3737
__all__ = [

0 commit comments

Comments
 (0)