We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b089c74 commit 06830abCopy full SHA for 06830ab
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.2.10
2
+======
3
+- Bump version of nodeenv to fix bug with ~/.npmrc
4
+- Choose `python` more intelligently when running.
5
+
6
0.2.9
7
=====
8
- Fix bug where sys.stdout.write must take `bytes` in python 2.6
setup.py
@@ -9,7 +9,7 @@
9
'hooks.'
10
),
11
url='https://github.com/pre-commit/pre-commit',
12
- version='0.2.9',
+ version='0.2.10',
13
14
author='Anthony Sottile',
15
author_email='asottile@umich.edu',
0 commit comments