Skip to content

Commit

Permalink
Prepare release 0.75.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Aug 11, 2024
1 parent 251776c commit f218ec5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
---------------------
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/commands/shed_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion planemo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.75.25.dev0"
__version__ = "0.75.25"


PROJECT_NAME = "planemo"
Expand Down

0 comments on commit f218ec5

Please sign in to comment.