summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2020-11-27 12:18:44 +0100
committerJoris Roovers <joris.roovers@gmail.com>2020-11-27 12:18:44 +0100
commit4efa77bf161dd4e31d4d04312b06de6d152ed2b0 (patch)
tree81fccb2a4db79b0de9b0d64701581add3a9a1d21
parentf43ece40192133e69bf96a26b22544cf372172d5 (diff)
0.15.0 releasev0.15.0
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.
-rw-r--r--CHANGELOG.md2
-rw-r--r--gitlint/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 141a2d8..7eb2e0b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog #
-## v0.15.0 (TBD) ##
+## v0.15.0 (2020-11-27) ##
Contributors:
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).
diff --git a/gitlint/__init__.py b/gitlint/__init__.py
index 413fdab..9da2f8f 100644
--- a/gitlint/__init__.py
+++ b/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.15.0dev"
+__version__ = "0.15.0"