From 6fd9ef384cb6592762ebf86b008a7d3ef6bfef24 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 6 Aug 2017 17:47:41 -0400 Subject: [PATCH] Upping version --- CHANGELOG.rst | 9 +++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 932fbd9..80f812a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.17.1: http://github.com/michael-lazar/rtv/releases/tag/v1.17.1 .. _1.17.0: http://github.com/michael-lazar/rtv/releases/tag/v1.17.0 .. _1.16.0: http://github.com/michael-lazar/rtv/releases/tag/v1.16.0 .. _1.15.1: http://github.com/michael-lazar/rtv/releases/tag/v1.15.1 @@ -28,6 +29,14 @@ RTV Changelog .. _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.17.1_ (2017-08-06) +-------------------- + +Bugfixes + +* ``J``/``K`` commands are now restricted to the subreddit page. + -------------------- 1.17.0_ (2017-08-03) -------------------- diff --git a/rtv.1 b/rtv.1 index eaf9396..f2ea1d3 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "August 03, 2017" "Version 1.17.0" "Usage and Commands" +.TH "RTV" "1" "August 06, 2017" "Version 1.17.0" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index a4864fc..114de1c 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.17.0' +__version__ = '1.17.1'