Version bump
This commit is contained in:
pare
b31fc75915
commit
d3441b9876
S'han modificat 3 arxius amb 7 adicions i 3 eliminacions
|
@ -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)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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=[
|
||||||
|
|
Loading…
Referencia en una nova incidència