Skip to content

Commit

Permalink
Merge pull request #45 from gregcaporaso/003-release
Browse files Browse the repository at this point in the history
REL: updates version and changelog
  • Loading branch information
jairideout committed Aug 8, 2016
2 parents 21ba109 + c1127e6 commit f32ff2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.0.3 (2016-08-08)

* 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).

* 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.

# Version 0.0.2 (2016-07-19)

* 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.
Expand Down
2 changes: 1 addition & 1 deletion q2cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The full license is in the file COPYING.txt, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = '0.0.2'
__version__ = '0.0.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='q2cli',
version='0.0.2',
version='0.0.3',
license='BSD-3-Clause',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit f32ff2e

Please sign in to comment.