Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit b34e8a1

Browse files
committed
Upping version
1 parent aa22a71 commit b34e8a1

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
RTV Changelog
33
=============
44

5+
.. _1.27.1: http://github.com/michael-lazar/rtv/releases/tag/v1.27.1
56
.. _1.27.0: http://github.com/michael-lazar/rtv/releases/tag/v1.27.0
67
.. _1.26.0: http://github.com/michael-lazar/rtv/releases/tag/v1.26.0
78
.. _1.25.1: http://github.com/michael-lazar/rtv/releases/tag/v1.25.1
@@ -41,6 +42,17 @@ RTV Changelog
4142
.. _1.2.1: http://github.com/michael-lazar/rtv/releases/tag/v1.2.1
4243
.. _1.2: http://github.com/michael-lazar/rtv/releases/tag/v1.2
4344

45+
--------------------
46+
1.27.1_ (2023-02-20)
47+
--------------------
48+
49+
A release from beyond the grave 🪦 👻.
50+
51+
Bugfixes
52+
53+
* Fixes crash when opening the web browser on macOS with Python 3.8+.
54+
* Fixes crash when logging in using the default OAuth2 credentials.
55+
4456
--------------------
4557
1.27.0_ (2019-06-02)
4658
--------------------

rtv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "RTV" "1" "June 03, 2019" "Version 1.27.0" "Usage and Commands"
1+
.TH "RTV" "1" "February 20, 2023" "Version 1.27.1" "Usage and Commands"
22
.SH NAME
33
RTV - Reddit Terminal Viewer
44
.SH SYNOPSIS

rtv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
__version__ = '1.27.0'
4+
__version__ = '1.27.1'

0 commit comments

Comments
 (0)