Skip to content

Commit

Permalink
Releasing 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Sep 23, 2018
1 parent f2084e7 commit e6673ee
Show file tree
Hide file tree
Showing 3 changed files with 6 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.3"
app_version = "7.0.4"

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

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ scrolling breaking code blocks highlighting (#299), with emoji support
*Bugfix update 7.0.3 was released on 2018-06-06 with minor changes and
fixed tarball contents.*

*Bugfix update 7.0.4 was released on 2018-09-23 with improved editor
performance (#360), fixed crash on Windows when pasting images (#385),
support for Python-Markdown 3.0, and updated translations.*

## 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.3'
VERSION = '7.0.4'

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

0 comments on commit e6673ee

Please sign in to comment.