-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfixes: - Git commit message body with only new lines is not longer considered empty by `body-is-missing` (#176) - Added compatibility with `git commit -s` for `contrib-requires-signed-off-by` rule (#178) - Minor tweak to gitlint commit-hook output (#173) - All dependencies have been upgraded to the latest available versions - Minor doc fixes Full Release details in CHANGELOG.md.
- Loading branch information
1 parent
0e09989
commit 05815b6
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.16.0dev" | ||
__version__ = "0.15.1" |