Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

Commit 19d8cfa

Browse files
committed
update version for new release
1 parent 2132c47 commit 19d8cfa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

cwlgen/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0,2,0)
1+
version_info = (0,2,1)
22
__version__ = '.'.join(str(c) for c in version_info)

doc/source/changelogs.rst

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Summary of developments of Python-cwlgen library.
1111
v0.2
1212
====
1313

14+
v0.2.1
15+
------
16+
17+
* Change order of attribute for CommandLineTool
18+
* remove id field of input and output that appeared in v0.2.0
19+
1420
v0.2.0
1521
------
1622

0 commit comments

Comments
 (0)