Upping version
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
RTV Changelog
|
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.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.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
|
.. _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.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.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)
|
1.15.0_ (2017-03-30)
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
2
rtv.1
2
rtv.1
@@ -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
|
.SH NAME
|
||||||
RTV - Reddit Terminal Viewer
|
RTV - Reddit Terminal Viewer
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '1.15.0'
|
__version__ = '1.15.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user