Skip to content

Commit

Permalink
0.15.0 release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jorisroovers committed Nov 27, 2020
1 parent f43ece4 commit 4efa77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion gitlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.0dev"
__version__ = "0.15.0"

0 comments on commit 4efa77b

Please sign in to comment.