Skip to content

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Feb 21, 2016
1 parent 31f6628 commit ebc4239
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
2/21/2016 v0.9.6

* Now check for tool existence by trying to run the tool rather than trying to import it. Thanks for the idea @agroszer (issue 44)

2/12/2016 v0.9.5

* Fix git-diff with `mnemonicprefix` option Thanks @blueyed
Expand Down
2 changes: 1 addition & 1 deletion diff_cover/__init__.py
@@ -1,3 +1,3 @@
VERSION = '0.9.5'
VERSION = '0.9.6'
DESCRIPTION = 'Automatically find diff lines that need test coverage.'
QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'

0 comments on commit ebc4239

Please sign in to comment.