From 9f62cddbaf44167692cfee71db707bce93e3395f Mon Sep 17 00:00:00 2001 From: diminator Date: Wed, 20 Apr 2016 15:31:52 +0200 Subject: [PATCH] bugfix and bump version to 0.1.5 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3651eb79..240961e1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,7 +68,7 @@ author = 'BigchainDB Contributors' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.4' +release = '0.1.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3fd8dae4..cd7f5475 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ docs_require = [ setup( name='BigchainDB', - version='0.1.4', + version='0.1.5', description='BigchainDB: A Scalable Blockchain Database', long_description=__doc__, url='https://github.com/BigchainDB/bigchaindb/',