From 076bd9058a2973ccba882521d991a961c140a6f9 Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Mon, 24 Aug 2015 09:51:56 -0700 Subject: [PATCH 1/4] REL: change versions to 0.2.0 --- qiita_core/__init__.py | 2 +- qiita_db/__init__.py | 2 +- qiita_db/metadata_template/test/__init__.py | 2 -- qiita_db/test/__init__.py | 2 -- qiita_pet/__init__.py | 2 +- qiita_pet/handlers/__init__.py | 2 -- qiita_ware/__init__.py | 2 +- setup.py | 2 +- 8 files changed, 5 insertions(+), 11 deletions(-) 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 04b5c2200..f40f08624 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 = """ From 13a09277f4ce0c0d64ce6c22a5f18aef8a97230f Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Mon, 24 Aug 2015 19:59:07 -0700 Subject: [PATCH 2/4] Addressing @ElDeveloper's comment --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f031367..995d672b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Qiita changelog - -Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here) +Qiita 0.2.0-dev (changes since Qiita 0.2.0 go here) --------------------------------------------------- +Qiita 0.2.0 +----------- + * 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 the normal flow of a study, as the PrepTemplate information is usually From 4dafbaf09cad8ee33990ca138c2346ac000e9436 Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Tue, 25 Aug 2015 11:31:06 -0700 Subject: [PATCH 3/4] Addressing comments --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 995d672b3..8072190d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,7 @@ # Qiita changelog -Qiita 0.2.0-dev (changes since Qiita 0.2.0 go here) ---------------------------------------------------- - -Qiita 0.2.0 ------------ +Qiita 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 From 8cc9a41461952625ff46ac9dc2457837efe10746 Mon Sep 17 00:00:00 2001 From: Jose Navas Date: Tue, 25 Aug 2015 11:33:13 -0700 Subject: [PATCH 4/4] Ooops --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8072190d8..541f87d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Qiita changelog -Qiita 0.2.0 (2015-08-25) ------------------------- +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