Skip to content

Commit a1c1295

Browse files
Release 0.22
1 parent e832edf commit a1c1295

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@
4141

4242
# General information about the project.
4343
project = u'Python MySQL Replication'
44-
copyright = u'2012-2015, Julien Duponchelle'
44+
copyright = u'2012-2020, Julien Duponchelle'
4545

4646
# The version info for the project you're documenting, acts as replacement for
4747
# |version| and |release|, also used in various other places throughout the
4848
# built documents.
4949
#
5050
# The short X.Y version.
51-
version = '0.21'
51+
version = '0.22'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.21'
53+
release = '0.22'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def run(self):
3434
unittest.main(tests, argv=sys.argv[:1])
3535

3636

37-
version = "0.21"
37+
version = "0.22"
3838

3939
setup(
4040
name="mysql-replication",

0 commit comments

Comments
 (0)