Forward-port changes made to 1.28.x from 1.28-maint

This commit is contained in:
John Helmert
2019-09-02 21:46:16 -05:00
parent e6ee83adf6
commit b6dc9da257
2 changed files with 13 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
RTV/TUIR Changelog
=============
.. _1.28.2: https;//gitlab.com/ajak/tuir/tree/v1.28.2
.. _1.28.3: https://gitlab.com/ajak/tuir/tree/v1.28.3
.. _1.28.2: https://gitlab.com/ajak/tuir/tree/v1.28.2
.. _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
@@ -44,6 +45,15 @@ RTV/TUIR 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.28.3_ (2019-09-02)
--------------------
Bugfixes
* Add backwards compatibility for RTV config files by allowing parsing of
`[rtv]` sections rather than only `[tuir]` sections. Resolves #13.
--------------------
1.28.2_ (2019-06-12)
--------------------
@@ -52,6 +62,7 @@ Miscellaneous
* Change from old (RTV) Imgur API key to new key for TUIR. Please check the
migration section of the README for the new key.
--------------------
1.28.1_ (2019-06-09)
--------------------

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
__version__ = '1.28.2'
__version__ = '1.28.3'