Version bump

This commit is contained in:
Lorenz Diener 2019-06-23 12:13:44 +02:00
pare b31fc75915
commit d3441b9876
S'han modificat 3 arxius amb 7 adicions i 3 eliminacions

Veure arxiu

@ -2,6 +2,10 @@ 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.4.5
------
* Small fix to be friendlier to hosted apps
v1.4.4 v1.4.4
------ ------
* Added support for moderation API (Thanks Gargron for the clarifications and dotUser for helping with testing) * Added support for moderation API (Thanks Gargron for the clarifications and dotUser for helping with testing)

Veure arxiu

@ -58,7 +58,7 @@ master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Mastodon.py' project = u'Mastodon.py'
copyright = u'2016-2018, Lorenz Diener' copyright = u'2016-2019, Lorenz Diener'
author = u'Lorenz Diener' author = u'Lorenz Diener'
# The version info for the project you're documenting, acts as replacement for # 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. # The short X.Y version.
version = u'1.4' version = u'1.4'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = u'1.4.4' release = u'1.4.5'
# 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

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