Skip to content

Commit 1d3570b

Browse files
0.6.1 release
- Fix: install-hook and generate-config commands not working when gitlint is installed from pypi.
1 parent 1371687 commit 1d3570b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog #
22

3+
## v0.6.1 (2015-11-22) ##
4+
5+
- Fix: ```install-hook``` and ```generate-config``` commands not working when gitlint is installed from pypi.
6+
37
## v0.6.0 (2015-11-22) ##
48

59
- Python 3 (3.3+) support!

gitlint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.0"
1+
__version__ = "0.6.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_version(package):
6464
url='https://github.com/jorisroovers/gitlint',
6565
license='MIT',
6666
package_data={
67-
'gitlint': ['hooks/*']
67+
'gitlint': ['files/*']
6868
},
6969
packages=find_packages(exclude=["examples"]),
7070
entry_points={

0 commit comments

Comments
 (0)