Prepare release

This commit is contained in:
Lorenz Diener 2017-12-21 11:07:56 +01:00
pare 18543648a6
commit 7fb37a373a
S'han modificat 3 arxius amb 7 adicions i 2 eliminacions

Veure arxiu

@ -2,6 +2,11 @@ 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 version number. Breaking changes will be indicated by a change in the minor
(or major) version number, and will generally be avoided. (or major) version number, and will generally be avoided.
v1.2.1
------
* Internal stability changes and fixes to streaming code
* Fixed async parameter being ignored in two streaming methods
v1.2.0 v1.2.0
------ ------
* BREAKING CHANGE: Renamed streaming functions to be more in line with the rest * BREAKING CHANGE: Renamed streaming functions to be more in line with the rest

Veure arxiu

@ -68,7 +68,7 @@ author = u'Lorenz Diener'
# The short X.Y version. # The short X.Y version.
version = u'1.2' version = u'1.2'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'1.2.0' release = u'1.2.1'
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

Veure arxiu

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