Upping version

This commit is contained in:
Michael Lazar
2017-08-06 17:47:41 -04:00
parent 41a2be30e1
commit 6fd9ef384c
3 changed files with 11 additions and 2 deletions

View File

@@ -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)
--------------------

2
rtv.1
View File

@@ -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

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '1.17.0'
__version__ = '1.17.1'