From 295903375cb9b30a45332ea0afc16c5897b17e84 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 28 Apr 2019 23:22:09 +0200 Subject: Release prep --- docs/conf.py | 4 ++-- docs/index.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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' # built documents. # # The short X.Y version. -version = u'1.3' +version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.3.1' +release = u'1.4.0' # The language for content autogenerated by Sphinx. Refer to documentation # 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 api object (or creating an app). Mastodon.py aims to implement the complete public Mastodon API. As -of this time, it is feature complete for Mastodon version 2.4.3. Pleromas +of this time, it is feature complete for Mastodon version 2.8.0. Pleromas Mastodon API layer, while not an official target, should also be basically compatible. @@ -372,8 +372,8 @@ Poll dicts 'multiple': # Boolean indicating whether it is allowed to vote for more than one option 'votes_count': # Total number of votes cast in this poll 'voted': # Boolean indicating whether the logged-in user has already voted in this poll - 'options': # The poll options as a list of dicts, each option with a `title` and a - # `votes_count` field. `votes_count` can be None if the poll creator has + 'options': # The poll options as a list of dicts, each option with a title and a + # votes_count field. votes_count can be None if the poll creator has # chosen to hide vote totals until the poll expires and it hasn't yet. 'emojis': # List of emoji dicts for all emoji used in answer strings } -- cgit v1.2.3