From 1dd533e7234f34a2d6efbf16862459cd82c1839e Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Thu, 22 Oct 2015 18:59:28 -0400 Subject: [PATCH] Version 0.8.3 --- CHANGELOG | 4 ++++ diff_cover/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0cf32b72..0ff6b0a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +10/22/2015 v0.8.3 + + * Fix diff-quality when installed under a folder containing 'diff-cover' (Thanks @faulkner) + 9/16/2015 v0.8.2 * Fix handling of windows paths in cobertura files. Thanks to @evanunderscore for catching and reviewing this bug diff --git a/diff_cover/__init__.py b/diff_cover/__init__.py index 36ba0317..a3a7b3d8 100644 --- a/diff_cover/__init__.py +++ b/diff_cover/__init__.py @@ -1,3 +1,3 @@ -VERSION = '0.8.2' +VERSION = '0.8.3' DESCRIPTION = 'Automatically find diff lines that need test coverage.' QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'