Skip to content

Commit

Permalink
Releasing 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Oct 11, 2021
1 parent f0caa37 commit 6d58206
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReText/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from PyQt5.QtCore import QByteArray, QLocale, QSettings, QStandardPaths
from PyQt5.QtGui import QFont, QFontDatabase

app_version = "7.2.1"
app_version = "7.2.2"

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

Expand Down
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## ReText 7.2.2 (2021-10-11)

* Issue #552 — Fixed bad Spanish translation causing a crash.
* Fixed `TypeError: index 0 has type 'float' but 'int' is expected` with
Python 3.10.
* Fixed `RuntimeError: ffi_prep_cif_var failed` in XSettings code.

## ReText 7.2.1 (2021-03-06)

* Issues #255, #492 — Improved support for dark Qt themes.
Expand Down
1 change: 1 addition & 0 deletions data/me.mitya57.ReText.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
<update_contact>mitya57_AT_gmail.com</update_contact>
<content_rating type="oars-1.0"/>
<releases>
<release version="7.2.2" date="2021-10-11"/>
<release version="7.2.1" date="2021-03-06"/>
<release version="7.2.0" date="2021-02-08"/>
<release version="7.1.0" date="2020-04-04"/>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

VERSION = '7.2.1'
VERSION = '7.2.2'

long_description = '''\
ReText is simple text editor that supports Markdown and reStructuredText
Expand Down

0 comments on commit 6d58206

Please sign in to comment.