Version bump
This commit is contained in:
parent
b31fc75915
commit
d3441b9876
@ -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
|
||||
(or major) version number, and will generally be avoided.
|
||||
|
||||
v1.4.5
|
||||
------
|
||||
* Small fix to be friendlier to hosted apps
|
||||
|
||||
v1.4.4
|
||||
------
|
||||
* 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.
|
||||
project = u'Mastodon.py'
|
||||
copyright = u'2016-2018, Lorenz Diener'
|
||||
copyright = u'2016-2019, 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.4'
|
||||
# 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
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user