Skip to content

Commit 9901064

Browse files
committed
Releasing 7.0.2
Fixes #373.
1 parent b98a132 commit 9901064

File tree

3 files changed

+7
-2
lines changed

3 files changed

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

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

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
*Bugfix update 7.0.1 was released on 2017-06-25 with improved installation
2626
procedure in setup.py, some crash fixes, and updated translations.*
2727

28+
*Bugfix update 7.0.2 was released on 2018-06-05, fixing many bugs. Most
29+
importantly, issues with installation (#324, #363, #365), with synchronized
30+
scrolling breaking code blocks highlighting (#299), with emoji support
31+
(#357, #368), and with some lines disappearing after opening files (#345).*
32+
2833
## ReText 6.0 (2016-05-10)
2934

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

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

0 commit comments

Comments
 (0)