Skip to content

Commit

Permalink
Release 1.9.72.122
Browse files Browse the repository at this point in the history
  • Loading branch information
backtrader committed Apr 27, 2019
1 parent f83cf94 commit 59ee952
Show file tree
Hide file tree
Showing 2 changed files with 9 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.71.122'
__version__ = '1.9.72.122'

__btversion__ = tuple(int(x) for x in __version__.split('.'))
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.9.72.122:
- Cover case in which result in high-level overridden operations have
multiple lines and wer not be taken into account for minimum period
calculations
- Add "Int" variants of percentage based sizers to import
- Trades observer to show net profit instead of brutto, with parameter
to control behavior

1.9.71.122:
- Improve on indicator legend plotting to overcome matplotlib legend
reordering
Expand Down

0 comments on commit 59ee952

Please sign in to comment.