This commit is contained in:
Anthony Sottile
2014-09-02 17:25:32 -07:00
parent 9ba93911a4
commit bba24b6535
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
0.2.9
=====
- Fix bug where sys.stdout.write must take `bytes` in python 2.6
0.2.8
=====
- Allow a client to have duplicates of hooks.

View File

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