From 5eb78ef206809d37347840acf72ba08593d4a2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoshiki=20V=C3=A1zquez=20Baeza?= Date: Thu, 30 Apr 2015 15:59:16 -0700 Subject: [PATCH] REL: Bump version to 0.1.0-dev & update CHANGELOG --- CHANGELOG.md | 4 ++++ qiita_core/__init__.py | 2 +- qiita_db/__init__.py | 2 +- qiita_pet/__init__.py | 2 +- qiita_ware/__init__.py | 2 +- setup.py | 2 +- 6 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da5ccacf..58d2c21f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Qiita changelog + +Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here) +--------------------------------------------------- + Version 0.1.0 (2015-04-30) -------------------------- diff --git a/qiita_core/__init__.py b/qiita_core/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_core/__init__.py +++ b/qiita_core/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_db/__init__.py b/qiita_db/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_db/__init__.py +++ b/qiita_db/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_pet/__init__.py b/qiita_pet/__init__.py index 455ba59d1..725c3ca2a 100644 --- a/qiita_pet/__init__.py +++ b/qiita_pet/__init__.py @@ -13,4 +13,4 @@ 'IE': 10 } -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/qiita_ware/__init__.py b/qiita_ware/__init__.py index 3a924f0e7..266378c22 100644 --- a/qiita_ware/__init__.py +++ b/qiita_ware/__init__.py @@ -6,4 +6,4 @@ # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- -__version__ = "0.1.0" +__version__ = "0.1.0-dev" diff --git a/setup.py b/setup.py index b1ce04d2e..ba5902e46 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup from glob import glob -__version__ = "0.1.0" +__version__ = "0.1.0-dev" classes = """