Fixing version number
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
RTV Changelog
|
RTV Changelog
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. _1.14.0: http://github.com/michael-lazar/rtv/releases/tag/v1.14.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
|
.. _1.13.0: http://github.com/michael-lazar/rtv/releases/tag/v1.13.0
|
||||||
.. _1.12.1: http://github.com/michael-lazar/rtv/releases/tag/v1.12.1
|
.. _1.12.1: http://github.com/michael-lazar/rtv/releases/tag/v1.12.1
|
||||||
.. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0
|
.. _1.12.0: http://github.com/michael-lazar/rtv/releases/tag/v1.12.0
|
||||||
|
|||||||
2
rtv.1
2
rtv.1
@@ -1,4 +1,4 @@
|
|||||||
.TH "RTV" "1" "January 13, 2017" "Version 1.13.1" "Usage and Commands"
|
.TH "RTV" "1" "January 13, 2017" "Version 1.14.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.13.1'
|
__version__ = '1.14.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user