Skip to content

Commit 4be728c

Browse files
committed
Release 0.7.0
Notable changes: * 37e5a3e Accept Hosts: meta header for puppet-compiler (T219629) * 72aad7c Supress unintentional 'true' print in `ansi_codes()` (T195078) Change-Id: I4deafb10a4c05ae30a2d72770c751b10ce9ceb70
1 parent 72aad7c commit 4be728c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit_message_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from commit_message_validator.validators.GitHubMessageValidator import (
3333
GitHubMessageValidator)
3434

35-
__version__ = '0.6.0'
35+
__version__ = '0.7.0'
3636

3737

3838
WIKIMEDIA_GERRIT_URL = 'gerrit.wikimedia.org'

0 commit comments

Comments
 (0)