Merge pull request #1151 from freqtrade/version-bump

Push develop as 0.17.2
This commit is contained in:
Janne Sinivirta 2018-08-15 08:26:43 +03:00 committed by GitHub
commit 6e2a2abe80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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