Skip to content

Commit

Permalink
Added to changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHickman committed Aug 18, 2017
1 parent 25b95ef commit 7e1ab97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v1.2
- Array types are type | type[]

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 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.1.0",
version="1.2.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 7e1ab97

Please sign in to comment.