Skip to content

Commit 4efa77b

Browse files
committed
0.15.0 release
This release drops support for Python 2.7 and Python 3.5 (both are EOL). Other than a few minor fixes, there are no functional differences from the 0.14.0 release. Other call-outs: - Mac users: Gitlint can now be installed using both homebrew (upgraded to latest) and macports. - Bugfix: Gitlint now properly handles exceptions when using its built-in commit-msg hook (#166) - All dependencies have been upgraded to the latest available versions (Click==7.1.2, arrow==0.17.0, sh==1.14.1) - Much under-the-hood refactoring as a result of dropping Python 2.7 Full Release details in CHANGELOG.md.
1 parent f43ece4 commit 4efa77b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## v0.15.0 (TBD) ##
3+
## v0.15.0 (2020-11-27) ##
44

55
Contributors:
66
Special thanks to [BrunIF](https://github.com/BrunIF), [lukech](https://github.com/lukech), [Cielquan](https://github.com/Cielquan), [harens](https://github.com/harens) and [sigmavirus24](https://github.com/sigmavirus24).

gitlint/__init__.py

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

0 commit comments

Comments
 (0)