Upping version

This commit is contained in:
Michael Lazar
2017-04-09 20:35:24 -07:00
parent 9fed3b9545
commit f8dc69546c
3 changed files with 11 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
RTV Changelog
=============
.. _1.15.1: http://github.com/michael-lazar/rtv/releases/tag/v1.15.1
.. _1.15.0: http://github.com/michael-lazar/rtv/releases/tag/v1.15.0
.. _1.14.1: http://github.com/michael-lazar/rtv/releases/tag/v1.14.1
.. _1.13.0: http://github.com/michael-lazar/rtv/releases/tag/v1.13.0
@@ -25,6 +26,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.15.1_ (2017-04-09)
--------------------
Codebase
* Removed the mailcap-fix dependency for python versions >= 3.6.0.
* Enabled installing test dependencies with ``pip install rtv[test]``.
--------------------
1.15.0_ (2017-03-30)
--------------------

2
rtv.1
View File

@@ -1,4 +1,4 @@
.TH "RTV" "1" "March 30, 2017" "Version 1.15.0" "Usage and Commands"
.TH "RTV" "1" "April 10, 2017" "Version 1.15.1" "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.15.0'
__version__ = '1.15.1'