summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <jroovers@cisco.com>2015-09-19 15:32:30 +0200
committerJoris Roovers <jroovers@cisco.com>2015-09-19 15:32:30 +0200
commit69a7315f26093771668056f9c0c224734ad22e05 (patch)
tree0985dc4cd672ede00b0360b068bc65f797ff0273
parente49b1d3248db553acc0851fa23df97cfd35f68e5 (diff)
Bumped version to 0.4.0v0.4.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--gitlint/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a43e24..ee985fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,9 @@
# Changelog #
-## v0.4.0dev (master) ##
+## v0.4.0 (2015-09-19) ##
- New rules: ```body-is-missing```, ```body-min-length```, ```title-leading-whitespace```,
- ```body-changed-file-mention```. Details can be found in the [Rules section of the README](README.md#supported-rules).
+ ```body-changed-file-mention```. Details can be found in the [Rules section of the README](README.md#rules).
- The git ```commit-msg``` hook now allows you to keep or discard the commit when it fails gitlint validation
- gitlint is now also released as a [python wheel](http://pythonwheels.com/) on pypi.
- Internal: rule classes now have access to a gitcontext containing body the commit message and the files changed in the
diff --git a/gitlint/__init__.py b/gitlint/__init__.py
index 710b3af..6a9beea 100644
--- a/gitlint/__init__.py
+++ b/gitlint/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.0dev"
+__version__ = "0.4.0"