We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f299c commit cc1af1dCopy full SHA for cc1af1d
2 files changed
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+1.14.1
2
+======
3
+
4
+### Fixes
5
+- Fix python executable lookup on windows when using conda
6
+ - #913 issue by @dawelter2.
7
+ - #914 PR by @asottile.
8
9
1.14.0
10
======
11
setup.py
@@ -13,7 +13,7 @@
13
long_description=long_description,
14
long_description_content_type='text/markdown',
15
url='https://github.com/pre-commit/pre-commit',
16
- version='1.14.0',
+ version='1.14.1',
17
author='Anthony Sottile',
18
author_email='[email protected]',
19
classifiers=[
0 commit comments