diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 23:16:26 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 23:16:26 +0200 |
commit | 16f9ffe809d0f8c7b3bc37538852a0d11672a1c3 (patch) | |
tree | a8fcb72f3191a976e6a0246520779f24072ed819 /docs | |
parent | 01e52ccd8fe9dda667e0a7cc1a872a0437a10c8e (diff) | |
download | mastodon.py-16f9ffe809d0f8c7b3bc37538852a0d11672a1c3.tar.gz |
Prepare release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 6653fea..4794772 100644 --- a/docs/conf.py +++ b/docs/conf.py | |||
@@ -58,7 +58,7 @@ master_doc = 'index' | |||
58 | 58 | ||
59 | # General information about the project. | 59 | # General information about the project. |
60 | project = u'Mastodon.py' | 60 | project = u'Mastodon.py' |
61 | copyright = u'2016-2017, Lorenz Diener' | 61 | copyright = u'2016-2018, Lorenz Diener' |
62 | author = u'Lorenz Diener' | 62 | author = u'Lorenz Diener' |
63 | 63 | ||
64 | # The version info for the project you're documenting, acts as replacement for | 64 | # The version info for the project you're documenting, acts as replacement for |
@@ -66,9 +66,9 @@ author = u'Lorenz Diener' | |||
66 | # built documents. | 66 | # built documents. |
67 | # | 67 | # |
68 | # The short X.Y version. | 68 | # The short X.Y version. |
69 | version = u'1.2' | 69 | version = u'1.3' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.2.2' | 71 | release = u'1.3.0' |
72 | 72 | ||
73 | # The language for content autogenerated by Sphinx. Refer to documentation | 73 | # The language for content autogenerated by Sphinx. Refer to documentation |
74 | # for a list of supported languages. | 74 | # for a list of supported languages. |