From 82cd44b44e06edd737a3e5a8af9ff69c0cadcd2a Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Thu, 3 Feb 2022 23:32:37 +0300 Subject: [PATCH] Releasing 7.2.3 --- ReText/__init__.py | 2 +- changelog.md | 8 ++++++++ data/me.mitya57.ReText.appdata.xml | 1 + setup.py | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ReText/__init__.py b/ReText/__init__.py index b6fd694a..331d171d 100644 --- a/ReText/__init__.py +++ b/ReText/__init__.py @@ -24,7 +24,7 @@ from PyQt5.QtCore import QByteArray, QLocale, QSettings, QStandardPaths from PyQt5.QtGui import QFont, QFontDatabase -app_version = "7.2.2" +app_version = "7.2.3" settings = QSettings('ReText project', 'ReText') diff --git a/changelog.md b/changelog.md index 67932829..89d5fb1f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ +## ReText 7.2.3 (2022-02-03) + +* Issues #573, #574 — Fixed TypeError crash with Python 3.10 and Qt WebKit. +* Translations updated: + - Chinese (China) (contributed by liulitchi). + - Portuguese (Brazil) (contributed by Igor Garcia and Christiano Morais). + - Slovak (contributed by Jose Riha). + ## ReText 7.2.2 (2021-10-11) * Issue #552 — Fixed bad Spanish translation causing a crash. diff --git a/data/me.mitya57.ReText.appdata.xml b/data/me.mitya57.ReText.appdata.xml index 481f13e7..779dc180 100644 --- a/data/me.mitya57.ReText.appdata.xml +++ b/data/me.mitya57.ReText.appdata.xml @@ -63,6 +63,7 @@ mitya57_AT_gmail.com + diff --git a/setup.py b/setup.py index e6f312b8..0d03371b 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -VERSION = '7.2.2' +VERSION = '7.2.3' long_description = '''\ ReText is simple text editor that supports Markdown and reStructuredText