Freqtrade 0.16.1 release

Note. This is the last release that uses our own bittrex implementation
      for trading. After this ccxt library will be taken into use which
      will offer the needed exchanges (bittrex/binance)
This commit is contained in:
Samuel Husso 2018-05-12 09:50:01 +03:00
parent 4ce927d455
commit e1322b75a9

View File

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