From 03c4ca8a5b31df6cb87da5e80adb7f4671055405 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sat, 11 May 2019 12:59:58 +0200 Subject: [PATCH] Bump version --- CHANGELOG.rst | 4 ++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 59c6bfe..b382749 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/docs/conf.py b/docs/conf.py index fa34419..2d9875e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/setup.py b/setup.py index a536dda..3987010 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ extras = { } setup(name='Mastodon.py', - version='1.4.1', + version='1.4.2', description='Python wrapper for the Mastodon API', packages=['mastodon'], install_requires=[