Skip to content

Commit f32ff2e

Browse files
authored
Merge pull request #45 from gregcaporaso/003-release
REL: updates version and changelog
2 parents 21ba109 + c1127e6 commit f32ff2e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.0.3 (2016-08-08)
2+
3+
* A new command has been added, ``qiime tools plugin-init``, which initializes a new QIIME 2 plugin. This simplifies plugin development by providing a working plugin template that can serve as the basis for a new QIIME 2 plugin. This is developed using [cookiecutter](https://github.com/audreyr/cookiecutter).
4+
5+
* A new command has been added, ``qiime tools citations``, which displays the citations for QIIME and all of the installed plugins. Calling a plugin with ``--help`` (for example, ``qiime my-plugin --help``) now also displays the plugin's citation text, its website, and its user support text.
6+
17
# Version 0.0.2 (2016-07-19)
28

39
* The result of commands can now be saved to an output directory with the `--output-dir` option. This will send any output artifacts/visualizations to the directory if they are not otherwise specified through their normal output options.

q2cli/__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 COPYING.txt, distributed with this software.
77
# ----------------------------------------------------------------------------
88

9-
__version__ = '0.0.2'
9+
__version__ = '0.0.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='q2cli',
13-
version='0.0.2',
13+
version='0.0.3',
1414
license='BSD-3-Clause',
1515
packages=find_packages(),
1616
include_package_data=True,

0 commit comments

Comments
 (0)