File tree Expand file tree Collapse file tree 9 files changed +7
-14
lines changed
Expand file tree Collapse file tree 9 files changed +7
-14
lines changed Original file line number Diff line number Diff line change 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.
87Now, the PrepTemplate is required in order to add a RawData to a study. This is
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 55#
66# The full license is in the file LICENSE, distributed with this software.
77# -----------------------------------------------------------------------------
8-
9- __version__ = "0.0.1-dev"
Original file line number Diff line number Diff line change 55#
66# The full license is in the file LICENSE, distributed with this software.
77# -----------------------------------------------------------------------------
8-
9- __version__ = "0.0.1-dev"
Original file line number Diff line number Diff line change 1313 'IE' : 10
1414}
1515
16- __version__ = "0.1.0-dev "
16+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 88#
99# The full license is in the file LICENSE, distributed with this software.
1010# -----------------------------------------------------------------------------
11-
12- __version__ = "0.0.1-dev"
Original file line number Diff line number Diff line change 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 "
Original file line number Diff line number Diff line change 1010from setuptools import setup
1111from glob import glob
1212
13- __version__ = "0.1.0-dev "
13+ __version__ = "0.2.0 "
1414
1515
1616classes = """
You can’t perform that action at this time.
0 commit comments