Upping version.

This commit is contained in:
Michael Lazar
2015-10-20 01:42:37 -07:00
parent e950f99e81
commit 1ae97262de
3 changed files with 19 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
RTV Changelog
=============
.. _1.6.1: http://github.com/michael-lazar/rtv/releases/tag/v1.6.1
.. _1.6: http://github.com/michael-lazar/rtv/releases/tag/v1.6
.. _1.5: http://github.com/michael-lazar/rtv/releases/tag/v1.5
.. _1.4.2: http://github.com/michael-lazar/rtv/releases/tag/v1.4.2
@@ -12,6 +13,22 @@ 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.6.1_ (2015-10-19)
-------------------
Bugfixes
* Fixed authentication checking for */r/me*.
* Added force quit option with the `Q` key.
* Removed option to sort subscriptions.
* Fixed crash with pressing `i` when not logged in.
* Removed futures requirement from the python 3 distribution.
Documentation
* Updated screenshot in README.
* Added section to the FAQ on installation.
-----------------
1.6_ (2015-10-14)
-----------------

2
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "October 15, 2015" "Version 1.6" "Usage and Commands"
.TH "RTV" "1" "October 20, 2015" "Version 1.6.1" "Usage and Commands"
.SH NAME
RTV - Reddit Terminal Viewer
.SH SYNOPSIS

View File

@@ -1 +1 @@
__version__ = '1.6'
__version__ = '1.6.1'