diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5ceef45..1dc0eb4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.22.1: http://github.com/michael-lazar/rtv/releases/tag/v1.22.1 .. _1.22.0: http://github.com/michael-lazar/rtv/releases/tag/v1.22.0 .. _1.21.0: http://github.com/michael-lazar/rtv/releases/tag/v1.21.0 .. _1.20.0: http://github.com/michael-lazar/rtv/releases/tag/v1.20.0 @@ -34,6 +35,17 @@ 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.22.1_ (2018-03-11) +-------------------- + +I forgot to check in a commit before publishing the 1.22.0 release (whoops!) + +Bugfixes + +* Updated the ``__version__.py`` file to report the current version. +* Added the missing v1.22.0 entry to the CHANGELOG. + -------------------- 1.22.0_ (2018-03-07) -------------------- diff --git a/rtv.1 b/rtv.1 index ef7f441..c40265c 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "March 08, 2018" "Version 1.22.0" "Usage and Commands" +.TH "RTV" "1" "March 11, 2018" "Version 1.22.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index a77155e..e86ad33 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.22.0' +__version__ = '1.22.1'