aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
committerLorenz Diener <[email protected]>2019-10-12 23:20:28 +0200
commit48343ad19445527799b83a519fc2072a352cfd05 (patch)
tree5ea169e6a9bffb48b0d30990ae448dd09457f2ad /docs
parent0b3b2c31a024a335a9e52e93c350f1a214a92219 (diff)
downloadmastodon.py-48343ad19445527799b83a519fc2072a352cfd05.tar.gz
1.5.0 changelog and version bumps
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2705ce6..15c27b6 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.4' 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.4.6' 71release = u'1.5.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.
diff --git a/docs/index.rst b/docs/index.rst
index 1e64927..2826301 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -54,7 +54,7 @@ node running Mastodon by setting `api_base_url` when creating the
54api object (or creating an app). 54api object (or creating an app).
55 55
56Mastodon.py aims to implement the complete public Mastodon API. As 56Mastodon.py aims to implement the complete public Mastodon API. As
57of this time, it is feature complete for Mastodon version 2.9.2. Pleromas 57of this time, it is feature complete for Mastodon version 3.0.1. Pleromas
58Mastodon API layer, while not an official target, should also be basically 58Mastodon API layer, while not an official target, should also be basically
59compatible, and Mastodon.py does make some allowances for behaviour that isn't 59compatible, and Mastodon.py does make some allowances for behaviour that isn't
60strictly like Mastodons. 60strictly like Mastodons.
Powered by cgit v1.2.3 (git 2.41.0)