Skip to content

Commit

Permalink
Bump version and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHickman committed Aug 16, 2017
1 parent fcf362c commit 5c9dfc2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
v1.1:
- Made output arguments's ids be <NAME>Output instead of adding dashes
- Outputting to gatk_cmdline_tools
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variant:
variant_tags: [vcf]
```
The cwl files will be outputted to `cwl_files_<VERSION>/cwl` and the JSON files given by the documentation to `cwl_files_<VERSION>/json`.
The cwl files will be outputted to `gatk_cmdline_tools/<VERSION>/cwl` and the JSON files given by the documentation to `gatk_cmdline_tools/<VERSION>/json`.

## Examples

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.0.0",
version="1.1.0",
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 5c9dfc2

Please sign in to comment.