diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | docs/index.rst | 6 |
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. |
69 | version = u'1.3' | 69 | version = u'1.4' |
70 | # The full version, including alpha/beta/rc tags. | 70 | # The full version, including alpha/beta/rc tags. |
71 | release = u'1.3.1' | 71 | release = 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 | |||
54 | api object (or creating an app). | 54 | api object (or creating an app). |
55 | 55 | ||
56 | Mastodon.py aims to implement the complete public Mastodon API. As | 56 | Mastodon.py aims to implement the complete public Mastodon API. As |
57 | of this time, it is feature complete for Mastodon version 2.4.3. Pleromas | 57 | of this time, it is feature complete for Mastodon version 2.8.0. Pleromas |
58 | Mastodon API layer, while not an official target, should also be basically | 58 | Mastodon API layer, while not an official target, should also be basically |
59 | compatible. | 59 | compatible. |
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 | } |