diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f031367..541f87d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,7 @@ # Qiita changelog - -Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here) ---------------------------------------------------- +Version 0.2.0 (2015-08-25) +-------------------------- * Creating an empty RawData is no longer needed in order to add a PrepTemplate. Now, the PrepTemplate is required in order to add a RawData to a study. This is diff --git a/qiita_core/__init__.py b/qiita_core/__init__.py index 266378c22..2ef9673cf 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-dev" +__version__ = "0.2.0" diff --git a/qiita_db/__init__.py b/qiita_db/__init__.py index 266378c22..2ef9673cf 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-dev" +__version__ = "0.2.0" diff --git a/qiita_db/metadata_template/test/__init__.py b/qiita_db/metadata_template/test/__init__.py index c72f75884..e0aff71d9 100644 --- a/qiita_db/metadata_template/test/__init__.py +++ b/qiita_db/metadata_template/test/__init__.py @@ -5,5 +5,3 @@ # # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- - -__version__ = "0.0.1-dev" diff --git a/qiita_db/test/__init__.py b/qiita_db/test/__init__.py index c72f75884..e0aff71d9 100644 --- a/qiita_db/test/__init__.py +++ b/qiita_db/test/__init__.py @@ -5,5 +5,3 @@ # # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- - -__version__ = "0.0.1-dev" diff --git a/qiita_pet/__init__.py b/qiita_pet/__init__.py index 725c3ca2a..584e6aa44 100644 --- a/qiita_pet/__init__.py +++ b/qiita_pet/__init__.py @@ -13,4 +13,4 @@ 'IE': 10 } -__version__ = "0.1.0-dev" +__version__ = "0.2.0" diff --git a/qiita_pet/handlers/__init__.py b/qiita_pet/handlers/__init__.py index a659159bc..22f1e9179 100644 --- a/qiita_pet/handlers/__init__.py +++ b/qiita_pet/handlers/__init__.py @@ -8,5 +8,3 @@ # # The full license is in the file LICENSE, distributed with this software. # ----------------------------------------------------------------------------- - -__version__ = "0.0.1-dev" diff --git a/qiita_ware/__init__.py b/qiita_ware/__init__.py index 266378c22..2ef9673cf 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-dev" +__version__ = "0.2.0" diff --git a/setup.py b/setup.py index c645f19fa..06ce94b69 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ from setuptools import setup from glob import glob -__version__ = "0.1.0-dev" +__version__ = "0.2.0" classes = """