Skip to content

Commit

Permalink
Releasing 7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Feb 3, 2022
1 parent dc81e0d commit 82cd44b
Show file tree
Hide file tree
Showing 4 changed files with 11 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.2"
app_version = "7.2.3"

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

Expand Down
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
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.3" date="2022-02-03"/>
<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"/>
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.2'
VERSION = '7.2.3'

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

0 comments on commit 82cd44b

Please sign in to comment.