Skip to content

Commit

Permalink
REL: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llllllllll committed Nov 6, 2015
1 parent 5c57be8 commit 1955146
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def pre_setup():

setup(
name='zipline',
version='0.8.0rc1',
version='0.8.0',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='[email protected]',
Expand Down
4 changes: 2 additions & 2 deletions zipline/__init__.py
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -20,7 +20,7 @@
# 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
Expand Down

0 comments on commit 1955146

Please sign in to comment.