From cc1af1da06578d1fb94f15add7d5690b43fbde37 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 10 Jan 2019 10:21:36 -0800 Subject: [PATCH] v1.14.1 --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c73062b4..7696dd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +1.14.1 +====== + +### Fixes +- Fix python executable lookup on windows when using conda + - #913 issue by @dawelter2. + - #914 PR by @asottile. + 1.14.0 ====== diff --git a/setup.py b/setup.py index 4d453b0e..7e6a138f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/pre-commit/pre-commit', - version='1.14.0', + version='1.14.1', author='Anthony Sottile', author_email='asottile@umich.edu', classifiers=[