Skip to content

Commit 32d6b91

Browse files
committed
Version 5.0.0
1 parent fa99080 commit 32d6b91

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
3/08/2021 v5.0.0
2+
3+
* Bumping a major version as I am dropping python 3.5 support as it has been EOL for some time
4+
* As a consolation I am adding 3.9 to the build. The project ran on 3.9 just fine (I develop on it..) but I had not declared support
5+
16
3/03/2021 v4.2.3
27

38
* I pinned pygments last release and that was a bit of lazieness. This releases unpins it again

diff_cover/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is imported in setup.py and cannot use any external dependencies
22

3-
VERSION = "4.2.3"
3+
VERSION = "5.0.0"
44
DESCRIPTION = "Automatically find diff lines that need test coverage."
55
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."

0 commit comments

Comments
 (0)