File tree 4 files changed +7
-14
lines changed
4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1
- include CHANGES
2
1
include INSTALL
3
2
include LICENSE
4
- include README.rst
3
+ include README.md
5
4
exclude __pycache__
6
5
recursive-include tests *
7
6
recursive-exclude tests *.pyc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
47
47
# General information about the project.
48
48
project = "redis-py"
49
- copyright = "2021, Redis Inc. "
49
+ copyright = "2021, Redis Inc"
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
53
53
# built documents.
54
54
#
55
55
# The short X.Y version.
56
- version = "4.0.9"
56
+ version = "4.0"
57
+
57
58
# The full version, including alpha/beta/rc tags.
58
59
release = "4.0.0"
59
60
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ def int_or_str(value):
37
37
return value
38
38
39
39
40
- __version__ = '4.0.0rc2'
40
+ __version__ = "4.0.0"
41
+
42
+
41
43
VERSION = tuple (map (int_or_str , __version__ .split ('.' )))
42
44
43
45
__all__ = [
You can’t perform that action at this time.
0 commit comments