From 7923890fb38891a1cbb71dff67fadfc827548053 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 2 Jun 2019 21:07:28 -0400 Subject: [PATCH] upping version --- AUTHORS.rst | 6 +++--- CHANGELOG.rst | 19 +++++++++++++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 1f9559a7..8077652b 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -12,7 +12,6 @@ Thanks to the following people for their contributions to this project. * `Johnathan Jenkins `_ * `tyjak `_ * `Edridge D'Souza `_ -* `alxk `_ * `Josue Ortega `_ * `mekhami `_ * `Nemanja Nedeljković `_ @@ -25,11 +24,12 @@ Thanks to the following people for their contributions to this project. * `Shawn Hind `_ * `Antoine Nguyen `_ * `JuanPablo `_ +* `Pablo Arias `_ * `Robert Greener `_ * `mac1202 `_ -* `nagracks `_ -* `Gustavo Zambonin `_ +* `Iqbal Singh `_ * `Lorenz Leitner `_ +* `Markus Pettersson `_ * `Reshef Elisha `_ * `Ryan Reno `_ * `Sam Tebbs `_ diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 00b4329c..cf36d188 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _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 .. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1 .. _1.25.0: http://github.com/michael-lazar/rtv/releases/tag/v1.25.0 @@ -40,6 +41,24 @@ 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.27.0_ (2019-06-02) +-------------------- + +This is the final release of RTV. See here for more information: + +https://github.com/michael-lazar/rtv/issues/696 + +Features + +* Added a configuration option to toggle whether to open web browser links in a + new tab or a new window. + +Documentation + +* Improved the mailcap example for the ``feh`` command. +* Fixed the the descriptions for the ``j`` & ``k`` keys (they were swapped). + -------------------- 1.26.0_ (2019-03-03) -------------------- diff --git a/rtv.1 b/rtv.1 index 9b854521..7b100f12 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "March 04, 2019" "Version 1.26.0" "Usage and Commands" +.TH "RTV" "1" "June 03, 2019" "Version 1.27.0" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index 5d52745b..e415f7bc 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.26.0' +__version__ = '1.27.0'