Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b81fe9

Browse files
committed
v1.1.2
1 parent ec42a89 commit 6b81fe9

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.1.2
2+
=====
3+
4+
### Fixes
5+
- pre-commit can successfully install commit-msg hooks
6+
- Due to an oversight, the commit-msg-tmpl was missing from the packaging
7+
- #623 issue by @sobolevn.
8+
- #624 PR by @asottile.
9+
110
1.1.1
211
=====
312

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'hooks.'
1010
),
1111
url='https://github.com/pre-commit/pre-commit',
12-
version='1.1.1',
12+
version='1.1.2',
1313

1414
author='Anthony Sottile',
1515
author_email='[email protected]',
@@ -29,7 +29,8 @@
2929
packages=find_packages(exclude=('tests*', 'testing*')),
3030
package_data={
3131
'pre_commit': [
32-
'resources/*',
32+
'resources/*-tmpl',
33+
'resources/*.tar.gz',
3334
'resources/empty_template/*',
3435
'resources/empty_template/.npmignore',
3536
],

0 commit comments

Comments
 (0)