We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa99080 commit 32d6b91Copy full SHA for 32d6b91
CHANGELOG
@@ -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
6
3/03/2021 v4.2.3
7
8
* I pinned pygments last release and that was a bit of lazieness. This releases unpins it again
diff_cover/__init__.py
@@ -1,5 +1,5 @@
# This file is imported in setup.py and cannot use any external dependencies
-VERSION = "4.2.3"
+VERSION = "5.0.0"
DESCRIPTION = "Automatically find diff lines that need test coverage."
QUALITY_DESCRIPTION = "Automatically find diff lines with quality violations."
0 commit comments