Skip to content

Commit

Permalink
0.17.0 release
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
jorisroovers committed Nov 28, 2021
1 parent 317776d commit 4d96698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlint-core/gitlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0dev"
__version__ = "0.17.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""


version = "0.17.0dev"
version = "0.17.0"

setup(
name="gitlint",
Expand Down

0 comments on commit 4d96698

Please sign in to comment.