REL: 0.8.0

This commit is contained in:
llllllllll
2015-11-06 15:10:34 -05:00
parent 5c57be859d
commit 1955146184
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ on OSX):
[--capital_base CAPITAL_BASE] [--source {yahoo}] [--source_time_column SOURCE_TIME_COLUMN] [--symbols SYMBOLS]
[--output OUTPUT] [--metadata_path METADATA_PATH] [--metadata_index METADATA_INDEX] [--print-algo] [--no-print-algo]
Zipline version 0.8.0rc1.
Zipline version 0.8.0.
optional arguments:
-h, --help show this help message and exit
+1 -1
View File
@@ -192,7 +192,7 @@ pre_setup()
setup(
name='zipline',
version='0.8.0rc1',
version='0.8.0',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',
+2 -2
View File
@@ -1,5 +1,5 @@
#
# Copyright 2013 Quantopian, Inc.
# Copyright 2015 Quantopian, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ Zipline
# This is *not* a place to dump arbitrary classes/modules for convenience,
# it is a place to expose the public interfaces.
__version__ = "0.8.0rc1"
__version__ = "0.8.0"
from . import data
from . import finance