diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | gitlint/__init__.py | 2 |
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" |