Updates release version to 0.5.4

Bugfix release.

Notable fixes:
- algorithm crashes due to missing data panel slots
- slippage model getting out of sync with the algorithm.
This commit is contained in:
Eddie Hebert
2012-12-03 18:26:48 -05:00
parent f81addb7df
commit 11a31dff22
+1 -1
View File
@@ -32,7 +32,7 @@ def readme_as_rest():
setup(
name='zipline',
version='0.5.3',
version='0.5.4',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',