From 49a9f84461fa907da786e91e1a8c29d38cdb70eb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 17 Jul 2016 10:04:16 +0200 Subject: chore(version-up): v2.0.7 --- VERSION | 2 +- doc/source/changes.rst | 6 ++++++ git/ext/gitdb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2c403d06..f1547e6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.7dev0 +2.0.7 diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 428fa2b4..b17e7592 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -2,6 +2,12 @@ Changelog ========= +2.0.7 - New Features +==================== + +* `IndexFile.commit(...,skip_hooks=False)` added. This parameter emulates the + behaviour of `--no-verify` on the command-line. + 2.0.6 - Fixes and Features ========================== diff --git a/git/ext/gitdb b/git/ext/gitdb index d1996e04..2389b752 160000 --- a/git/ext/gitdb +++ b/git/ext/gitdb @@ -1 +1 @@ -Subproject commit d1996e04dbf4841b853b60c1365f0f5fd28d170c +Subproject commit 2389b75280efb1a63e6ea578eae7f897fd4beb1b -- cgit v1.2.1