From 06830ab59000b5f2e607ae55d3259f8aac3feef3 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 4 Sep 2014 17:24:20 -0700 Subject: [PATCH] v0.2.10 --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e3887d1..753a3849 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index 62ea2119..6e4eeaa3 100644 --- a/setup.py +++ b/setup.py @@ -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',