Bump version
This commit is contained in:
parent
b4c26febc8
commit
03c4ca8a5b
@ -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.2
|
||||
------
|
||||
* Fixed date parsing in hashtag dicts.
|
||||
|
||||
v1.4.1
|
||||
------
|
||||
* Fixed search not working on Mastodon versions before 2.8.0. search now dynamically selects search_v1 or search_v2 and adjusts valid parameters depending on the detected Mastodon version.
|
||||
|
@ -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.1'
|
||||
release = u'1.4.2'
|
||||
|
||||
# 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