Skip to content

Commit f0e47e3

Browse files
committed
Releasing 7.0.1
1 parent 3f6ea07 commit f0e47e3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.0"
27+
app_version = "7.0.1"
2828

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

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
* A configuration option for hiding the tabs bar when there is only one tab
2323
was added.
2424

25+
*Bugfix update 7.0.1 was released on 2017-06-25 with improved installation
26+
procedure in setup.py, some crash fixes, and updated translations.*
27+
2528
## ReText 6.0 (2016-05-10)
2629

2730
* 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.0'
3+
VERSION = '7.0.1'
44

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

0 commit comments

Comments
 (0)