Skip to content

Commit 5ab4917

Browse files
committed
Releasing 7.0.0
1 parent d0d10d6 commit 5ab4917

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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 = "6.1.0 (Git)"
27+
app_version = "7.0.0"
2828

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

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 = '6.1.0'
3+
VERSION = '7.0.0'
44

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

0 commit comments

Comments
 (0)