From 0443ca24a2ebd0184c408535a4f7fc5aa9ea7126 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sun, 13 Dec 2015 12:02:54 -0800 Subject: [PATCH] v0.7.0 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',