File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# General information about the project.
43
43
project = u'Python MySQL Replication'
44
- copyright = u'2012-2015 , Julien Duponchelle'
44
+ copyright = u'2012-2020 , Julien Duponchelle'
45
45
46
46
# The version info for the project you're documenting, acts as replacement for
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
50
# The short X.Y version.
51
- version = '0.21 '
51
+ version = '0.22 '
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.21 '
53
+ release = '0.22 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def run(self):
34
34
unittest .main (tests , argv = sys .argv [:1 ])
35
35
36
36
37
- version = "0.21 "
37
+ version = "0.22 "
38
38
39
39
setup (
40
40
name = "mysql-replication" ,
You can’t perform that action at this time.
0 commit comments