Merge branch 'master' of https://github.com/freqtrade/freqtrade into develop

This commit is contained in:
Axel-CH
2018-08-25 01:19:30 +02:00

View File

@@ -1,5 +1,5 @@
""" FreqTrade bot """
__version__ = '0.17.2'
__version__ = '0.17.1'
class DependencyException(BaseException):