diff --git a/CHANGELOG b/CHANGELOG index 88831501..f1339a80 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2/9/2016 v0.9.3 + + * Make it so you can run help without being in a git repository thanks @dashea! + 2/8/2016 v0.9.2 * CSS template was not being installed properly diff --git a/diff_cover/__init__.py b/diff_cover/__init__.py index 258e6699..a783690d 100644 --- a/diff_cover/__init__.py +++ b/diff_cover/__init__.py @@ -1,3 +1,3 @@ -VERSION = '0.9.2' +VERSION = '0.9.3' DESCRIPTION = 'Automatically find diff lines that need test coverage.' QUALITY_DESCRIPTION = 'Automatically find diff lines with quality violations.'