File tree Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Expand file tree Collapse file tree 4 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 1- include CHANGES
21include INSTALL
32include LICENSE
4- include README.rst
3+ include README.md
54exclude __pycache__
65recursive-include tests *
76recursive-exclude tests *.pyc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4646
4747# General information about the project.
4848project = "redis-py"
49- copyright = "2021, Redis Inc. "
49+ copyright = "2021, Redis Inc"
5050
5151# The version info for the project you're documenting, acts as replacement for
5252# |version| and |release|, also used in various other places throughout the
5353# built documents.
5454#
5555# The short X.Y version.
56- version = "4.0.9"
56+ version = "4.0"
57+
5758# The full version, including alpha/beta/rc tags.
5859release = "4.0.0"
5960
Original file line number Diff line number Diff line change @@ -37,7 +37,9 @@ def int_or_str(value):
3737 return value
3838
3939
40- __version__ = '4.0.0rc2'
40+ __version__ = "4.0.0"
41+
42+
4143VERSION = tuple (map (int_or_str , __version__ .split ('.' )))
4244
4345__all__ = [
You can’t perform that action at this time.
0 commit comments