We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e71411 commit 637576fCopy full SHA for 637576f
HISTORY.rst
@@ -6,7 +6,7 @@ History
6
.. to_doc
7
8
---------------------
9
-0.21.0.dev0
+0.21.0 (2025-09-19)
10
11
12
* Fix gxformat2 to .ga conversion if ``hide: true`` specified on output (thanks to
gxformat2/__init__.py
@@ -1,6 +1,6 @@
1
"""The public interface or entry point for the Format 2 workflow code."""
2
3
-__version__ = '0.20.0'
+__version__ = '0.21.0'
4
5
PROJECT_NAME = "gxformat2"
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"
0 commit comments