diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9ad74a..87c62181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.3.3 +===== +- Improve message for `CalledProcessError` + 0.3.2 ===== - Fix for `staged_files_only` with color.diff = always #176. diff --git a/setup.py b/setup.py index 84925844..0d9fe2e6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.3.2', + version='0.3.3', author='Anthony Sottile', author_email='asottile@umich.edu',