From f218ec53def862b9b2232a803903d783593aec3f Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Sun, 11 Aug 2024 20:28:52 +0200 Subject: [PATCH] Prepare release 0.75.25 --- HISTORY.rst | 11 +++++++++++ docs/commands/shed_init.rst | 2 +- planemo/__init__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3362799e2..401abddc9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -5,6 +5,14 @@ History .. to_doc +--------------------- +0.75.25 (2024-08-11) +--------------------- +* Add a new single cell category (thanks to `@pavanvidem`_). `Pull Request + 1457`_ +* Add extended-assertions requirements (thanks to `@bernt-matthias`_). `Pull + Request 1471`_ + --------------------- 0.75.24 (2024-07-04) --------------------- @@ -2139,6 +2147,8 @@ History tools - and more experimental features involving Docker and Homebrew. 7d07782_ .. github_links +.. _Pull Request 1457: https://github.com/galaxyproject/planemo/pull/1457 +.. _Pull Request 1471: https://github.com/galaxyproject/planemo/pull/1471 .. _Pull Request 1458: https://github.com/galaxyproject/planemo/pull/1458 .. _Pull Request 1460: https://github.com/galaxyproject/planemo/pull/1460 .. _Pull Request 1462: https://github.com/galaxyproject/planemo/pull/1462 @@ -3090,3 +3100,4 @@ History .. _@Kulivox: https://github.com/Kulivox .. _@Delphine-L: https://github.com/Delphine-L .. _@elichad: https://github.com/elichad +.. _@pavanvidem: https://github.com/pavanvidem diff --git a/docs/commands/shed_init.rst b/docs/commands/shed_init.rst index 48fc2f759..7d6b3f0f8 100644 --- a/docs/commands/shed_init.rst +++ b/docs/commands/shed_init.rst @@ -29,7 +29,7 @@ to manage repositories in a Galaxy Tool Shed. --remote_repository_url TEXT Specify repository remote_repository_url for .shed.yml. --homepage_url TEXT Specify repository homepage_url for .shed.yml. - --category [Assembly|Astronomy|ChIP-seq|Climate Analysis|CLIP-seq|Combinatorial Selections|Computational chemistry|Constructive Solid Geometry|Convert Formats|Data Export|Data Managers|Data Source|Ecology|Entomology|Epigenetics|Fasta Manipulation|Fastq Manipulation|Flow Cytometry Analysis|Genome annotation|Genome editing|Genome-Wide Association Study|Genomic Interval Operations|GIS|Graphics|Imaging|InteractiveTools|Machine Learning|Materials science|Metabolomics|Metagenomics|Micro-array Analysis|Molecular Dynamics|Nanopore|Next Gen Mappers|NLP|Ontology Manipulation|Phylogenetics|Proteomics|RNA|SAM|Sequence Analysis|Statistics|Structural Materials Analysis|Synthetic Biology|Systems Biology|Text Manipulation|Tool Dependency Packages|Tool Generators|Transcriptomics|Variant Analysis|Visualization|Web Services] + --category [Assembly|Astronomy|ChIP-seq|Climate Analysis|CLIP-seq|Combinatorial Selections|Computational chemistry|Constructive Solid Geometry|Convert Formats|Data Export|Data Managers|Data Source|Ecology|Entomology|Epigenetics|Fasta Manipulation|Fastq Manipulation|Flow Cytometry Analysis|Genome annotation|Genome editing|Genome-Wide Association Study|Genomic Interval Operations|GIS|Graphics|Imaging|InteractiveTools|Machine Learning|Materials science|Metabolomics|Metagenomics|Micro-array Analysis|Molecular Dynamics|Muon spectroscopy|Nanopore|Next Gen Mappers|NLP|Ontology Manipulation|Phylogenetics|Proteomics|RNA|SAM|Sequence Analysis|Single Cell|Spatial Omics|Statistics|Structural Materials Analysis|Synthetic Biology|Systems Biology|Text Manipulation|Tool Dependency Packages|Tool Generators|Transcriptomics|Variant Analysis|Visualization|Web Services] Specify repository category for .shed.yml (may specify multiple). --owner TEXT Tool Shed repository owner (username). diff --git a/planemo/__init__.py b/planemo/__init__.py index bfadf8a4c..c383d1232 100644 --- a/planemo/__init__.py +++ b/planemo/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.75.25.dev0" +__version__ = "0.75.25" PROJECT_NAME = "planemo"