Skip to content

Commit

Permalink
JQ-326 (cgates): Bump develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cgates committed Jul 11, 2019
1 parent f8134ce commit 0d2f243
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

1.1.2x (MM/DD/YYYY)
-----------------
-

1.1.2 (7/11/2019)
-----------------
- Adjusted VCF handling to correctly pad optional trailing FORMAT fields
Expand Down
2 changes: 1 addition & 1 deletion jacquard/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.2"
__version__ = "1.1.2x"
2 changes: 1 addition & 1 deletion test/jacquard_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_error_raisesTransformedMessage(self):

class JacquardTestCase(test_case.JacquardBaseTestCase):
def test_version(self):
self.assertEquals("1.1.2", jacquard.__version__)
self.assertEquals("1.1.2x", jacquard.__version__)

def test_get_execution_context(self):
command = "foo input_dir output_dir"
Expand Down

0 comments on commit 0d2f243

Please sign in to comment.