Prep release 1.5.1

This commit is contained in:
Lorenz Diener 2020-03-14 19:05:11 +01:00
pare 82f531e3ee
commit 02a0f1e801
S'han modificat 3 arxius amb 4 adicions i 4 eliminacions

Veure arxiu

@ -2,7 +2,7 @@ A note on versioning: This librarys major version will grow with the APIs
version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided.
v1.5.1 (in progress, unreleased)
v1.5.1
--------------------------------
* 3.1 support
* Added `discoverable` parameter to account_update_credentials (Thanks gdunstone)

Veure arxiu

@ -58,7 +58,7 @@ master_doc = 'index'
# General information about the project.
project = u'Mastodon.py'
copyright = u'2016-2019, Lorenz Diener'
copyright = u'2016-2020, Lorenz Diener'
author = u'Lorenz Diener'
# The version info for the project you're documenting, acts as replacement for
@ -68,7 +68,7 @@ author = u'Lorenz Diener'
# The short X.Y version.
version = u'1.5'
# The full version, including alpha/beta/rc tags.
release = u'1.5.0'
release = u'1.5.1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Veure arxiu

@ -26,7 +26,7 @@ extras = {
}
setup(name='Mastodon.py',
version='1.5.0',
version='1.5.1',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
install_requires=[