Skip to content

Commit f5f595c

Browse files
committed
Merge pull request qiita-spots#1433 from josenavas/version_0.2.0
REL: change versions to 0.2.0
2 parents fb1737d + 8cc9a41 commit f5f595c

File tree

9 files changed

+7
-14
lines changed

9 files changed

+7
-14
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Qiita changelog
22

3-
4-
Qiita 0.1.0-dev (changes since Qiita 0.1.0 go here)
5-
---------------------------------------------------
3+
Version 0.2.0 (2015-08-25)
4+
--------------------------
65

76
* Creating an empty RawData is no longer needed in order to add a PrepTemplate.
87
Now, the PrepTemplate is required in order to add a RawData to a study. This is

qiita_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0-dev"
9+
__version__ = "0.2.0"

qiita_db/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0-dev"
9+
__version__ = "0.2.0"

qiita_db/metadata_template/test/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
#
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
8-
9-
__version__ = "0.0.1-dev"

qiita_db/test/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
#
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
8-
9-
__version__ = "0.0.1-dev"

qiita_pet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
'IE': 10
1414
}
1515

16-
__version__ = "0.1.0-dev"
16+
__version__ = "0.2.0"

qiita_pet/handlers/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
#
99
# The full license is in the file LICENSE, distributed with this software.
1010
# -----------------------------------------------------------------------------
11-
12-
__version__ = "0.0.1-dev"

qiita_ware/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# The full license is in the file LICENSE, distributed with this software.
77
# -----------------------------------------------------------------------------
88

9-
__version__ = "0.1.0-dev"
9+
__version__ = "0.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup
1111
from glob import glob
1212

13-
__version__ = "0.1.0-dev"
13+
__version__ = "0.2.0"
1414

1515

1616
classes = """

0 commit comments

Comments
 (0)