Skip to content

Commit 4d96698

Browse files
committed
0.17.0 release
- Gitlint is now split in 2 packages: `gitlint` and `gitlint-core`. This allows users to install gitlint without pinned dependencies (which is the default). - Under-the-hood: dependencies updated Full Release details in CHANGELOG.md.
1 parent 317776d commit 4d96698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitlint-core/gitlint/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.0dev"
1+
__version__ = "0.17.0"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"""
2424

2525

26-
version = "0.17.0dev"
26+
version = "0.17.0"
2727

2828
setup(
2929
name="gitlint",

0 commit comments

Comments
 (0)