From c751f629a61c4cae1209cd8b2d2cdc8a7b5e0ee5 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 9 Jan 2018 10:34:30 -0800 Subject: [PATCH] v1.4.5 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7caa5f1a..0b1ae849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +1.4.5 +===== + +### Fixes +- Fix `local` golang repositories with `additional_dependencies`. + - #679 #680 issue and PR by @asottile. + +### Misc +- Replace some string literals with constants + - #678 PR by @revolter. + 1.4.4 ===== diff --git a/setup.py b/setup.py index e2326b73..2eb42418 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( 'hooks.' ), url='https://github.com/pre-commit/pre-commit', - version='1.4.4', + version='1.4.5', author='Anthony Sottile', author_email='asottile@umich.edu',