Skip to content

Commit

Permalink
Release 1.9.65.122
Browse files Browse the repository at this point in the history
  • Loading branch information
backtrader committed Jul 15, 2018
1 parent 6de6c72 commit 0fa6ac8
Show file tree
Hide file tree
Showing 2 changed files with 8 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.64.122'
__version__ = '1.9.65.122'

__btversion__ = tuple(int(x) for x in __version__.split('.'))
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.9.65.122
- Fix commission info assigment and orderref seeking in OandaStore (PR#367)
- Add strategy type to OptReturn (PR#364)
- Fix prepend_constant for OLS_Transformation (PR#368)
- Fix LogReturnsRolling compression when not specified (PR#369)
- Have ints instead of bools in some values with 1 Trade in TradeAnalyzer

1.9.64.122
- Avoid stage2 comparison using [0] in API methods
- Support plotname, if given, as name of indicator in csv output
Expand Down

0 comments on commit 0fa6ac8

Please sign in to comment.