This commit is contained in:
Anthony Sottile 2018-10-23 10:55:09 -07:00
parent 0c9a53bf1b
commit eecf3472ff
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
1.12.0
======
### Fixes
- Install multi-hook repositories only once (performance)
- issue by @chriskuehl.
- #852 PR by @asottile.
- Improve performance by factoring out pkg_resources (performance)
- #840 issue by @RonnyPfannschmidt.
- #846 PR by @asottile.
1.11.2
======

View file

@ -13,7 +13,7 @@ setup(
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/pre-commit/pre-commit',
version='1.11.2',
version='1.12.0',
author='Anthony Sottile',
author_email='asottile@umich.edu',
classifiers=[