This commit is contained in:
Anthony Sottile
2016-10-25 13:10:11 -07:00
parent 8bcf24e5d5
commit 9ef0c06d3f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
0.9.2
=====
- Remove some python2.6 compatibility
- UI is no longer sized to terminal width, instead 80 characters or longest
necessary width.
- Fix inability to create python hook environments when using venv / pyvenv on
osx
0.9.1
=====
- Remove some python2.6 compatibility

View File

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