Bump version: 0.7.0rc1 → 0.7.0

This commit is contained in:
Thomas Wiecki
2014-07-25 19:34:49 +02:00
parent 6dc9c1b8ae
commit a7de02176b
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.7.0rc1
current_version = 0.7.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+))?
serialize =
{major}.{minor}.{patch}rc{release}
+3 -3
View File
@@ -1,10 +1,10 @@
package:
name: zipline
version: 0.7.0rc1
version: 0.7.0
source:
fn: zipline-0.7.0rc1.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0rc1.tar.gz
fn: zipline-0.7.0.tar.gz
url: https://pypi.python.org/packages/source/z/zipline/zipline-0.7.0.tar.gz
md5: 5963340584c1bddd446c09bfbbedd38c
requirements:
+1 -1
View File
@@ -42,7 +42,7 @@ else:
setup(
name='zipline',
version='0.7.0rc1',
version='0.7.0',
description='A backtester for financial algorithms.',
author='Quantopian Inc.',
author_email='opensource@quantopian.com',
+1 -1
View File
@@ -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.7.0rc1"
__version__ = "0.7.0"
from . import data
from . import finance