This commit is contained in:
Anthony Sottile
2019-01-10 10:21:36 -08:00
parent f1f299c4b8
commit cc1af1da06
2 changed files with 9 additions and 1 deletions

View File

@@ -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
======

View File

@@ -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=[