From 5a1accd6974612349961a311d7559d332aca59c8 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 11 Jun 2014 18:15:38 -0700 Subject: [PATCH] This is v0.1.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..c9820e18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +0.1.1 +===== +- Fixed bug with autoupdate setting defaults on un-updated repos. + + +0.1 +=== +- Initial Release diff --git a/setup.py b/setup.py index caa928e8..a43a76f6 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='0.1.0', + version='0.1.1', author='Anthony Sottile', author_email='asottile@umich.edu',