aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-04-28 23:22:09 +0200
committerLorenz Diener <[email protected]>2019-04-28 23:22:09 +0200
commit295903375cb9b30a45332ea0afc16c5897b17e84 (patch)
treedcb705d10e52f31f178c91db847c67f978db309f /docs
parent09c03296db1671e80f5e7814045e826f1975fb0b (diff)
downloadmastodon.py-295903375cb9b30a45332ea0afc16c5897b17e84.tar.gz
Release prep
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/index.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 9880b41..907d16b 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.3' 69version = u'1.4'
70# The full version, including alpha/beta/rc tags. 70# The full version, including alpha/beta/rc tags.
71release = u'1.3.1' 71release = u'1.4.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 6e798d7..9988a5f 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.4.3. Pleromas 57of this time, it is feature complete for Mastodon version 2.8.0. 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. 59compatible.
60 60
@@ -372,8 +372,8 @@ Poll dicts
372 'multiple': # Boolean indicating whether it is allowed to vote for more than one option 372 'multiple': # Boolean indicating whether it is allowed to vote for more than one option
373 'votes_count': # Total number of votes cast in this poll 373 'votes_count': # Total number of votes cast in this poll
374 'voted': # Boolean indicating whether the logged-in user has already voted in this poll 374 'voted': # Boolean indicating whether the logged-in user has already voted in this poll
375 'options': # The poll options as a list of dicts, each option with a `title` and a 375 'options': # The poll options as a list of dicts, each option with a title and a
376 # `votes_count` field. `votes_count` can be None if the poll creator has 376 # votes_count field. votes_count can be None if the poll creator has
377 # chosen to hide vote totals until the poll expires and it hasn't yet. 377 # chosen to hide vote totals until the poll expires and it hasn't yet.
378 'emojis': # List of emoji dicts for all emoji used in answer strings 378 'emojis': # List of emoji dicts for all emoji used in answer strings
379 } 379 }
Powered by cgit v1.2.3 (git 2.41.0)