Prepare release

This commit is contained in:
Lorenz Diener 2018-06-05 23:16:26 +02:00
pare 01e52ccd8f
commit 16f9ffe809
S'han modificat 2 arxius amb 4 adicions i 4 eliminacions

Veure arxiu

@ -58,7 +58,7 @@ master_doc = 'index'
# General information about the project.
project = u'Mastodon.py'
copyright = u'2016-2017, Lorenz Diener'
copyright = u'2016-2018, Lorenz Diener'
author = u'Lorenz Diener'
# The version info for the project you're documenting, acts as replacement for
@ -66,9 +66,9 @@ author = u'Lorenz Diener'
# built documents.
#
# The short X.Y version.
version = u'1.2'
version = u'1.3'
# The full version, including alpha/beta/rc tags.
release = u'1.2.2'
release = u'1.3.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

Veure arxiu

@ -6,7 +6,7 @@ extras = {
}
setup(name='Mastodon.py',
version='1.2.2',
version='1.3.0',
description='Python wrapper for the Mastodon API',
packages=['mastodon'],
setup_requires=['pytest-runner'],