Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachmann1234 committed Nov 15, 2017
1 parent 97c9443 commit bb3fcab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,3 +1,10 @@
11/14/2017 v1.0.0

* Drop support for python 3.3 and 2.6
* Add Support for pypy3 and python 3.6
* Replaced pep8 with pycodestyle as the project has deprecated pep8
* added diff-cover level exclude files https://github.com/Bachmann1234/diff-cover/pull/66 Thanks @agroszer

7/23/2017 v0.9.12

* Add pydocstyle support PR#64 thanks @mr-c
Expand Down
2 changes: 1 addition & 1 deletion diff_cover/__init__.py
@@ -1,3 +1,3 @@
VERSION = '0.9.12'
VERSION = '1.0.0'
DESCRIPTION = 'Automatically find diff lines that need test coverage.'
QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'

0 comments on commit bb3fcab

Please sign in to comment.