Skip to content

Commit

Permalink
V1.2.2 and corrected CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHickman committed Sep 8, 2017
1 parent f065574 commit 3829213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
v1.2
v1.2.2
- Resolving secondaryFiles to a relative path, to work with newer cwl-runner versions and the advice in "secondaryFiles" of http://www.commonwl.org/v1.0/Workflow.html#WorkflowOutputParameter

v1.2.1
- Array types are type | type[]

v1.1:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_markdown(file):

setup(
name="gatk_cwl_generator",
version="1.2.0",
version="1.2.2",
packages=find_packages(exclude=["tests"]),
install_requires=open("requirements.txt", "r").readlines(),
tests_require=open("test_requirements.txt", "r").readlines(),
Expand Down

0 comments on commit 3829213

Please sign in to comment.