aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-15 10:44:34 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-15 10:44:34 +0200
commitcfcc6bccc77c4747d304ec173c93f4f9839b9012 (patch)
tree1646aeff8c3b8cdb2d42b11fbd942a2f55866a89 /docs/conf.py
parent15f60dccaaa63d4435f73a60811327f46ef1e216 (diff)
downloadmastodon.py-cfcc6bccc77c4747d304ec173c93f4f9839b9012.tar.gz
Prep 1.6.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index ac8858f..306563e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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.
69version = u'1.5' 69version = u'1.6'
70# The full version, including alpha/beta/rc tags. 70# The full version, including alpha/beta/rc tags.
71release = u'1.5.2' 71release = u'1.6.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.
Powered by cgit v1.2.3 (git 2.41.0)