Fixing version number

This commit is contained in:
Michael Lazar
2017-01-12 18:43:02 -08:00
parent f22bba35d3
commit 23a8ce913e
3 changed files with 3 additions and 3 deletions

View File

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

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

View File

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