Skip to content

Commit

Permalink
Releasing 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Jun 24, 2017
1 parent 3f6ea07 commit f0e47e3
Show file tree
Hide file tree
Showing 3 changed files with 5 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.0"
app_version = "7.0.1"

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

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
* A configuration option for hiding the tabs bar when there is only one tab
was added.

*Bugfix update 7.0.1 was released on 2017-06-25 with improved installation
procedure in setup.py, some crash fixes, 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.0'
VERSION = '7.0.1'

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

0 comments on commit f0e47e3

Please sign in to comment.