From a34f91d4da264c5e06100074aed93d477ba88a32 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 11 Jul 2015 00:30:39 -0700 Subject: [PATCH] Upping version. --- CHANGELOG.rst | 15 +++++++++++++++ rtv/__version__.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e95e69a..1ea800e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,27 @@ RTV Changelog ============= +.. _1.4.1: http://github.com/michael-lazar/rtv/releases/tag/v1.4.1 .. _1.4: http://github.com/michael-lazar/rtv/releases/tag/v1.4 .. _1.3: http://github.com/michael-lazar/rtv/releases/tag/v1.3 .. _1.2.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2.2 .. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1 .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 +------------------- +1.4.1_ (2015-07-11) +------------------- +Features + +* Added the ability to check for unread messages with the `i` key. +* Upped required PRAW version to 3 + +Bugfixes + +* Fixed crash caused by downvoting. +* Missing flairs now display properly. +* Fixed ResourceWarning on Python 3.2+. + ----------------- 1.4_ (2015-05-16) ----------------- diff --git a/rtv/__version__.py b/rtv/__version__.py index 0f66308..8e3c933 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1 +1 @@ -__version__ = '1.4' +__version__ = '1.4.1'