Upping version
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
RTV Changelog
|
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.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.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
|
.. _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.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.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)
|
1.22.0_ (2018-03-07)
|
||||||
--------------------
|
--------------------
|
||||||
|
|||||||
2
rtv.1
2
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
|
.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.22.0'
|
__version__ = '1.22.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user