From 23a8ce913e703b04ce564ab6ff3f2c403c7d1603 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 12 Jan 2017 18:43:02 -0800 Subject: [PATCH] Fixing version number --- CHANGELOG.rst | 2 +- rtv.1 | 2 +- rtv/__version__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a25e7b6..97771f9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,7 +2,7 @@ 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.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 diff --git a/rtv.1 b/rtv.1 index 0f01d52..9cc4942 100644 --- a/rtv.1 +++ b/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 RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index b55647d..525651f 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.13.1' +__version__ = '1.14.1'