From 11a31dff22dfaa87e9efa83de5bb823e1f98b39e Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 3 Dec 2012 18:26:48 -0500 Subject: [PATCH] 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. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e8d7474..7791ff3d 100644 --- a/setup.py +++ b/setup.py @@ -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',