Skip to content

Commit

Permalink
docs: update to v0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-mackle committed Jun 18, 2022
1 parent 64d83d6 commit 6686ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- All instruments will be passed to a portfolio strategy as a list using the
`instrument` argument
- Instrument specific pip values can be provided when creating an order
- Improved Trade `__repr__`
- Improved Trade and Position `__repr__` methods

### Fixes
- Bug with floating pnl calculation when running multi-instrument backtests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="autotrader",
version="0.6.5",
version="0.6.6",
author="Kieran Mackle",
author_email="kemackle98@gmail.com",
license="gpl-3.0",
Expand Down

0 comments on commit 6686ec0

Please sign in to comment.