From 1af76458fd739ae8273ed3a63605e0296d05f745 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 18 Dec 2012 10:49:32 -0500 Subject: [PATCH] Release 0.5.5 Salient changes since last version: - Adds non-holiday closings to trading calendar. - Forward filling of missing treasury data. - Improves handling of treasury data when the backtest's end date day is not a market day. - Adds option to forward fill data in batch transform. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 11665f34..b889d8f7 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def readme_as_rest(): setup( name='zipline', - version='0.5.4', + version='0.5.5', description='A backtester for financial algorithms.', author='Quantopian Inc.', author_email='opensource@quantopian.com',