Skip to content

Commit e6673ee

Browse files
committed
Releasing 7.0.4
1 parent f2084e7 commit e6673ee

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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
2626

27-
app_version = "7.0.3"
27+
app_version = "7.0.4"
2828

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

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ scrolling breaking code blocks highlighting (#299), with emoji support
3333
*Bugfix update 7.0.3 was released on 2018-06-06 with minor changes and
3434
fixed tarball contents.*
3535

36+
*Bugfix update 7.0.4 was released on 2018-09-23 with improved editor
37+
performance (#360), fixed crash on Windows when pasting images (#385),
38+
support for Python-Markdown 3.0, and updated translations.*
39+
3640
## ReText 6.0 (2016-05-10)
3741

3842
* The live preview now automatically scrolls to match its position with the

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.0.3'
3+
VERSION = '7.0.4'
44

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

0 commit comments

Comments
 (0)