Skip to content

Commit

Permalink
Releasing 7.0.2
Browse files Browse the repository at this point in the history
Fixes #373.
  • Loading branch information
mitya57 committed Jun 5, 2018
1 parent b98a132 commit 9901064
Show file tree
Hide file tree
Showing 3 changed files with 7 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

app_version = "7.0.1"
app_version = "7.0.2"

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

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
*Bugfix update 7.0.1 was released on 2017-06-25 with improved installation
procedure in setup.py, some crash fixes, and updated translations.*

*Bugfix update 7.0.2 was released on 2018-06-05, fixing many bugs. Most
importantly, issues with installation (#324, #363, #365), with synchronized
scrolling breaking code blocks highlighting (#299), with emoji support
(#357, #368), and with some lines disappearing after opening files (#345).*

## ReText 6.0 (2016-05-10)

* The live preview now automatically scrolls to match its position with the
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.0.1'
VERSION = '7.0.2'

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

0 comments on commit 9901064

Please sign in to comment.