From 901cb3fc986982961785e841658085ead453c6c9 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Mon, 8 Apr 2019 22:16:45 -0400 Subject: [PATCH] Version 2.0 --- diff_cover/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff_cover/__init__.py b/diff_cover/__init__.py index 32c8aafc..11c73adc 100644 --- a/diff_cover/__init__.py +++ b/diff_cover/__init__.py @@ -1,5 +1,5 @@ from __future__ import unicode_literals -VERSION = '1.0.7' +VERSION = '2.0.0' DESCRIPTION = 'Automatically find diff lines that need test coverage.' QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'