Version bump to 2019-8

This commit is contained in:
Matthias 2019-08-28 06:33:10 +02:00
parent 95920f3b6b
commit 44780837f1

View File

@ -1,5 +1,5 @@
""" FreqTrade bot """
__version__ = '2019.7-dev'
__version__ = '2019.8'
class DependencyException(Exception):