Commit 5e908400 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

New upstream version 2019.4.0

parent 7a4b06fe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -59,6 +59,9 @@ Sorted alphabetically by repo name.
- The q2-diversity plugin
  https://github.com/qiime2/q2-diversity/issues

- The q2-diversity-lib plugin
  https://github.com/qiime2/q2-diversity-lib/issues

- The q2-emperor plugin
  https://github.com/qiime2/q2-emperor/issues

+2 −0
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ Sorted alphabetically by repo name.
  | The q2-demux plugin
- [q2-diversity](https://github.com/qiime2/q2-diversity/issues)
  | The q2-diversity plugin
- [q2-diversity-lib](https://github.com/qiime2/q2-diversity-lib/issues)
  | The q2-diversity-lib plugin
- [q2-emperor](https://github.com/qiime2/q2-emperor/issues)
  | The q2-emperor plugin
- [q2-feature-classifier](https://github.com/qiime2/q2-feature-classifier/issues)
+0 −2
Original line number Diff line number Diff line
@@ -6,9 +6,7 @@
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------

from .core import Option, option
from ._version import get_versions

__all__ = ['Option', 'option']
__version__ = get_versions()['version']
del get_versions
+3 −3
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ def get_keywords():
    # setup.py/versioneer.py will grep for the variable names, so they must
    # each be defined on a line of their own. _version.py will just call
    # get_keywords().
    git_refnames = " (tag: 2019.1.0)"
    git_full = "bd4936307955a839c754dae505722e53328a124a"
    git_date = "2019-01-29 14:00:34 +0000"
    git_refnames = " (tag: 2019.4.0)"
    git_full = "dc80fad32777035091692ce1083088380a6ac509"
    git_date = "2019-05-03 04:14:45 +0000"
    keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}
    return keywords

+7 −0
Original line number Diff line number Diff line
# ----------------------------------------------------------------------------
# Copyright (c) 2016-2019, QIIME 2 development team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file LICENSE, distributed with this software.
# ----------------------------------------------------------------------------
Loading