Merge pull request #375 from gcarq/update_version

Update freqtrade version
This commit is contained in:
Gérald LONLAS 2018-01-12 23:21:06 -08:00 committed by GitHub
commit 70f2aed0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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