aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2020-03-14 19:05:11 +0100
committerLorenz Diener <[email protected]>2020-03-14 19:05:11 +0100
commit02a0f1e8013c2fe3e82f212fb545d8e6e1bb9a2c (patch)
treed63bd5e5e445efe19d07a76e80556c342a34903d /docs
parent82f531e3eed43215aae8af558a5c9699f15e662f (diff)
downloadmastodon.py-02a0f1e8013c2fe3e82f212fb545d8e6e1bb9a2c.tar.gz
Prep release 1.5.1
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 15c27b6..14a3902 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.
60project = u'Mastodon.py' 60project = u'Mastodon.py'
61copyright = u'2016-2019, Lorenz Diener' 61copyright = u'2016-2020, Lorenz Diener'
62author = u'Lorenz Diener' 62author = 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
@@ -68,7 +68,7 @@ author = u'Lorenz Diener'
68# The short X.Y version. 68# The short X.Y version.
69version = u'1.5' 69version = u'1.5'
70# The full version, including alpha/beta/rc tags. 70# The full version, including alpha/beta/rc tags.
71release = u'1.5.0' 71release = u'1.5.1'
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.
Powered by cgit v1.2.3 (git 2.41.0)