summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2019-03-13 14:26:40 +0100
committerJoris Roovers <jroovers@cisco.com>2019-03-13 14:26:40 +0100
commitaf586d2b08ac928662480841bdd8c64d1dd590be (patch)
tree19f0f130c929fbaa1a010b7306b1a9f3484a6fa9
parent3c2eec6d8b45b762cd1539d7c23f1b240a6beb31 (diff)
0.11.0 releasev0.11.0
- Python 3.7 support - Python 2.6 no longer supported - Various dependency updates and under the hood fixes (see #76) Special thanks to @pbregener for his contributions related to python 3.7 support and test fixes. Full Release details in CHANGELOG.md.
-rw-r--r--gitlint/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlint/__init__.py b/gitlint/__init__.py
index 82d50c4..ae6db5f 100644
--- a/gitlint/__init__.py
+++ b/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.11.0dev"
+__version__ = "0.11.0"