Skip to content

Commit 82cd44b

Browse files
committed
Releasing 7.2.3
1 parent dc81e0d commit 82cd44b

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

ReText/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from PyQt5.QtCore import QByteArray, QLocale, QSettings, QStandardPaths
2525
from PyQt5.QtGui import QFont, QFontDatabase
2626

27-
app_version = "7.2.2"
27+
app_version = "7.2.3"
2828

2929
settings = QSettings('ReText project', 'ReText')
3030

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## ReText 7.2.3 (2022-02-03)
2+
3+
* Issues #573, #574 — Fixed TypeError crash with Python 3.10 and Qt WebKit.
4+
* Translations updated:
5+
- Chinese (China) (contributed by liulitchi).
6+
- Portuguese (Brazil) (contributed by Igor Garcia and Christiano Morais).
7+
- Slovak (contributed by Jose Riha).
8+
19
## ReText 7.2.2 (2021-10-11)
210

311
* Issue #552 — Fixed bad Spanish translation causing a crash.

data/me.mitya57.ReText.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<update_contact>mitya57_AT_gmail.com</update_contact>
6464
<content_rating type="oars-1.0"/>
6565
<releases>
66+
<release version="7.2.3" date="2022-02-03"/>
6667
<release version="7.2.2" date="2021-10-11"/>
6768
<release version="7.2.1" date="2021-03-06"/>
6869
<release version="7.2.0" date="2021-02-08"/>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
VERSION = '7.2.2'
3+
VERSION = '7.2.3'
44

55
long_description = '''\
66
ReText is simple text editor that supports Markdown and reStructuredText

0 commit comments

Comments
 (0)