diff --git a/CHANGELOG.md b/CHANGELOG.md index 060f6ef6..82e31263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.7.0 +===== +- Store state about additional_dependencies for rollforward/rollback compatibility + 0.6.8 ===== - Build as a universal wheel diff --git a/setup.py b/setup.py index 6ca8e8aa..4e83aab7 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.6.8', + version='0.7.0', author='Anthony Sottile', author_email='asottile@umich.edu',