Skip to content

Commit

Permalink
Version 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Feb 5, 2015
1 parent eb86d12 commit cf2f6b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2/4/2014 v0.7.4

* Fixed bug in pylint support around duplciate code issues
* Added ability to ignore unstaged changes Thanks DanCardin
* License change! We are now Apache 2.0
* PyPy Support now verified in tests
* Fix for python 2.6 support

12/11/2014 v0.7.3

* Added pylint support!
Expand Down
2 changes: 1 addition & 1 deletion diff_cover/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = '0.7.3'
VERSION = '0.7.4'
DESCRIPTION = 'Automatically find diff lines that need test coverage.'
QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'

0 comments on commit cf2f6b7

Please sign in to comment.