This commit is contained in:
Anthony Sottile
2014-09-04 17:24:20 -07:00
parent b089c74948
commit 06830ab590
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
0.2.10
======
- Bump version of nodeenv to fix bug with ~/.npmrc
- Choose `python` more intelligently when running.
0.2.9
=====
- Fix bug where sys.stdout.write must take `bytes` in python 2.6

View File

@@ -9,7 +9,7 @@ setup(
'hooks.'
),
url='https://github.com/pre-commit/pre-commit',
version='0.2.9',
version='0.2.10',
author='Anthony Sottile',
author_email='asottile@umich.edu',