Skip to content

Commit 2ac182d

Browse files
committed
Create release 0.20.0
1 parent 1f0cb7a commit 2ac182d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ History
55

66
.. to_doc
77
8+
---------------------
9+
0.20.0 (2024-08-23)
10+
---------------------
11+
* Arrays of workflow input parameters (thanks to `@mvdbeek`_). `Pull Request
12+
100`_
13+
* Design goals (thanks to `@jmchilton`_). `Pull Request 97`_
14+
815
---------------------
916
0.19.0 (2024-07-23)
1017
---------------------
@@ -269,6 +276,8 @@ History
269276
based on planemo testing.
270277

271278
.. github_links
279+
.. _Pull Request 100: https://github.com/galaxyproject/gxformat2/pull/100
280+
.. _Pull Request 97: https://github.com/galaxyproject/gxformat2/pull/97
272281
.. _Pull Request 99: https://github.com/galaxyproject/gxformat2/pull/99
273282
.. _Pull Request 98: https://github.com/galaxyproject/gxformat2/pull/98
274283
.. _Pull Request 96: https://github.com/galaxyproject/gxformat2/pull/96

gxformat2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""The public interface or entry point for the Format 2 workflow code."""
22

3-
__version__ = '0.19.0'
3+
__version__ = '0.20.0'
44

55
PROJECT_NAME = "gxformat2"
66
PROJECT_OWNER = PROJECT_USERAME = "galaxyproject"

0 commit comments

Comments
 (0)