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

Commit

Permalink
update version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
khillion committed May 12, 2017
1 parent 2132c47 commit 19d8cfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cwlgen/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0,2,0)
version_info = (0,2,1)
__version__ = '.'.join(str(c) for c in version_info)
6 changes: 6 additions & 0 deletions doc/source/changelogs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ Summary of developments of Python-cwlgen library.
v0.2
====

v0.2.1
------

* Change order of attribute for CommandLineTool
* remove id field of input and output that appeared in v0.2.0

v0.2.0
------

Expand Down

0 comments on commit 19d8cfa

Please sign in to comment.