Skip to content

Commit

Permalink
Releasing 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Feb 11, 2017
1 parent d0d10d6 commit 5ab4917
Show file tree
Hide file tree
Showing 2 changed files with 2 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 = "6.1.0 (Git)"
app_version = "7.0.0"

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

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

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

0 comments on commit 5ab4917

Please sign in to comment.