diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4b473e1..deff7eb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV/TUIR Changelog ============= +.. _1.28.1: https://gitlab.com/ajak/tuir/tree/v1.28.1 .. _1.28.0: https://gitlab.com/ajak/tuir/tree/v1.28.0 .. _1.27.0: http://github.com/michael-lazar/rtv/releases/tag/v1.27.0 .. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0 @@ -43,7 +44,19 @@ RTV/TUIR Changelog .. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2 -------------------- -1.28.0_ (2019-06-09 +1.28.1_ (2019-06-09) +-------------------- + +Bugfixes + +* Revert de1d06e3 - it breaks python2.7 compatibility + +Miscellaneous + +* Add python2.7 gitlab-ci test + +-------------------- +1.28.0_ (2019-06-09) -------------------- This is the first release of TUIR. Several changes come that don't fit into diff --git a/tuir.1 b/tuir.1 index e592833..e4ac0f9 100644 --- a/tuir.1 +++ b/tuir.1 @@ -1,4 +1,4 @@ -.TH "TUIR" "1" "June 10, 2019" "Version 1.28.0" "Usage and Commands" +.TH "TUIR" "1" "June 10, 2019" "Version 1.28.1" "Usage and Commands" .SH NAME TUIR - Terminal UI for Reddit .SH SYNOPSIS diff --git a/tuir/__version__.py b/tuir/__version__.py index 57e4ebd..0998951 100644 --- a/tuir/__version__.py +++ b/tuir/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.28.0' +__version__ = '1.28.1'