summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--gitlint-core/gitlint/__init__.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e03c2f..091b2a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
# Changelog #
-## v0.18.0 (2022-11-?) - Unreleased ##
+## v0.18.0 (2022-11-16) ##
Contributors:
Special thanks to all contributors for this release - details inline!
diff --git a/gitlint-core/gitlint/__init__.py b/gitlint-core/gitlint/__init__.py
index 365efe3..1317d75 100644
--- a/gitlint-core/gitlint/__init__.py
+++ b/gitlint-core/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.18.0dev"
+__version__ = "0.18.0"
diff --git a/setup.py b/setup.py
index 78c91cd..21b3c42 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ Source code on `github.com/jorisroovers/gitlint`_.
"""
-version = "0.18.0dev"
+version = "0.18.0"
setup(
name="gitlint",