From b34e8a1da01e2997cc6f7def207f5b340217cc66 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 20 Feb 2023 10:46:41 -0500 Subject: [PATCH] Upping version --- CHANGELOG.rst | 12 ++++++++++++ rtv.1 | 2 +- rtv/__version__.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cf36d188..9a28e58a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,7 @@ RTV Changelog ============= +.. _1.27.1: http://github.com/michael-lazar/rtv/releases/tag/v1.27.1 .. _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 @@ -41,6 +42,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.27.1_ (2023-02-20) +-------------------- + +A release from beyond the grave 🪦 👻. + +Bugfixes + +* Fixes crash when opening the web browser on macOS with Python 3.8+. +* Fixes crash when logging in using the default OAuth2 credentials. + -------------------- 1.27.0_ (2019-06-02) -------------------- diff --git a/rtv.1 b/rtv.1 index 7b100f12..fc659449 100644 --- a/rtv.1 +++ b/rtv.1 @@ -1,4 +1,4 @@ -.TH "RTV" "1" "June 03, 2019" "Version 1.27.0" "Usage and Commands" +.TH "RTV" "1" "February 20, 2023" "Version 1.27.1" "Usage and Commands" .SH NAME RTV - Reddit Terminal Viewer .SH SYNOPSIS diff --git a/rtv/__version__.py b/rtv/__version__.py index e415f7bc..36e0d5da 100644 --- a/rtv/__version__.py +++ b/rtv/__version__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '1.27.0' +__version__ = '1.27.1'