Skip to content

Commit

Permalink
Release 1.9.64.122
Browse files Browse the repository at this point in the history
  • Loading branch information
backtrader committed May 3, 2018
1 parent b239e7e commit e0859ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backtrader/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
unicode_literals)


__version__ = '1.9.63.122'
__version__ = '1.9.64.122'

__btversion__ = tuple(int(x) for x in __version__.split('.'))
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.9.64.122
- Avoid stage2 comparison using [0] in API methods
- Support plotname, if given, as name of indicator in csv output

1.9.63.122
- Add optimization callbacks when running with 1 Core
- Correct sell_bracket by removing old append code
Expand Down

0 comments on commit e0859ec

Please sign in to comment.