Skip to content

Commit 6d58206

Browse files
committed
Releasing 7.2.2
1 parent f0caa37 commit 6d58206

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-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.1"
27+
app_version = "7.2.2"
2828

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

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## ReText 7.2.2 (2021-10-11)
2+
3+
* Issue #552 — Fixed bad Spanish translation causing a crash.
4+
* Fixed `TypeError: index 0 has type 'float' but 'int' is expected` with
5+
Python 3.10.
6+
* Fixed `RuntimeError: ffi_prep_cif_var failed` in XSettings code.
7+
18
## ReText 7.2.1 (2021-03-06)
29

310
* Issues #255, #492 — Improved support for dark Qt themes.

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.2" date="2021-10-11"/>
6667
<release version="7.2.1" date="2021-03-06"/>
6768
<release version="7.2.0" date="2021-02-08"/>
6869
<release version="7.1.0" date="2020-04-04"/>

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.1'
3+
VERSION = '7.2.2'
44

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

0 commit comments

Comments
 (0)