Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
REL: updated version strings for release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Dec 24, 2014
1 parent 4de1925 commit 4ed2c18
Show file tree
Hide file tree
Showing 392 changed files with 394 additions and 394 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
# built documents.
#
# The short X.Y version.
version = '1.8.0-dev'
version = '1.9.0-rc1'
# The full version, including alpha/beta/rc tags.
release = '1.8.0-dev'
release = '1.9.0-rc1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion qiime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"Daniel McDonald",
"Catherine Lozupone"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/add_alpha_to_mapping_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Yoshiki Vazquez-Baeza", "Antonio Gonzalez-Pena"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Yoshiki Vazquez-Baeza"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/add_qiime_labels.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["William Walters", "Emily TerAvest"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/adjust_seq_orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Greg Caporaso", "Antonio Gonzalez Pena"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/align_seqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Jeremy Widmann",
"Kyle Bittinger"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/alpha_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"William Van Treuren", "Jose Antonio Navas Molina",
"Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/assign_taxonomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Rob Knight", "Greg Caporaso", "Kyle Bittinger",
"Antonio Gonzalez Pena", "David Soergel", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/barcode.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/beta_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Jose Carlos Clemente Litran", "Jai Ram Rideout",
"Jose Antonio Navas Molina"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/beta_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Rob Knight", "Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/biplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Dan Knights", "Justin Kuczynski"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Dan Knights"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/categorized_dist_scatterplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/check_id_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Rob Knight", "William Walters"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/clean_raxml_parsimony_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Jesse Stombaugh"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jesse Stombaugh"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/cluster_quality.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"
""" computes cluster quality the default way, bet/within"""
Expand Down
2 changes: 1 addition & 1 deletion qiime/collate_alpha.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Justin Kuczynski"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/colors.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# remember to add yourself
__credits__ = ["Rob Knight", "Jesse Stombaugh", "Yoshiki Vazquez-Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jesse Stombaugh"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_alpha_diversity.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["William Van Treuren", "Greg Caporaso", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Van Treuren"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__credits__ = ["Jai Ram Rideout", "Michael Dwan", "Logan Knecht",
"Damien Coy", "Levi McCracken"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_distance_matrices.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__credits__ = ["Jai Ram Rideout", "Michael Dwan", "Logan Knecht",
"Damien Coy", "Levi McCracken", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_taxa_summaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2012, The QIIME project"
__credits__ = ["Jai Ram Rideout", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compare_trajectories.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__credits__ = ["Jose Antonio Navas Molina", "Antonio Gonzalez Pena",
"Yoshiki Vazquez Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jose Antonio Navas Molina"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/compute_taxonomy_ratios.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
__copyright__ = "Copyright 2014, The QIIME project"
__credits__ = ["Daniel McDonald"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Daniel McDonald"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/convert_fastaqual_fastq.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Adam Robbins-Pianka, Abhisaar Yadav"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Adam Robbins-Pianka"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/core_microbiome.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__copyright__ = "Copyright 2011, The QIIME project"
__credits__ = ["Greg Caporaso", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/demultiplex_fasta.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Jens Reeder",
"Emily TerAvest"] # remember to add yourself
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoise_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Jens Reeder", "Greg Caporaso"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Justin Kuczynski"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/cluster_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/denoise_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/denoise_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/flowgram_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Nigel Cook", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/flowgram_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Yoshiki Vazquez Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/make_cluster_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/denoiser/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# remember to add yourself if you make changes
__credits__ = ["Jens Reeder", "Rob Knight", "Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jens Reeder"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/detrend.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "Copyright 2012, The QIIME Project"
__credits__ = ["Dan Knights", "Adam Robbins-Pianka"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Dan Knights"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/differential_abundance.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__copyright__ = "Copyright 2014, The QIIME Project"
__credits__ = ["Sophie Weiss", "Joseph Paulson"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Sophie Weiss"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/distance_matrix_from_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Antonio Gonzalez Pena", "Andrew J. King"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Antonio Gonzalez Pena"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/estimate_observation_richness.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2013, The QIIME Project"
__credits__ = ["Jai Ram Rideout"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jai Ram Rideout"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/exclude_seqs_by_blast.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["Jesse Zaneveld", "Rob Knight", "Adam Robbins-Pianka"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Jesse Zaneveld"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/extract_barcodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "Copyright 2011, The QIIME Project"
__credits__ = ["William Walters", "Daniel McDonald"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "William Walters"
__email__ = "[email protected]"

Expand Down
2 changes: 1 addition & 1 deletion qiime/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__credits__ = ["Greg Caporaso", "Will Van Treuren", "Daniel McDonald",
"Jai Ram Rideout", "Yoshiki Vazquez Baeza"]
__license__ = "GPL"
__version__ = "1.8.0-dev"
__version__ = "1.9.0-rc1"
__maintainer__ = "Greg Caporaso"
__email__ = "[email protected]"

Expand Down
Loading

0 comments on commit 4ed2c18

Please sign in to comment.