diff --git a/bandit/__init__.py b/bandit/__init__.py index 943bfd2..4042849 100644 --- a/bandit/__init__.py +++ b/bandit/__init__.py @@ -4,7 +4,7 @@ __version_info__ = { 'major': 1, - 'minor': 4, + 'minor': 5, 'micro': 0, 'releaselevel': 'final', } diff --git a/docs/releases.rst b/docs/releases.rst index b3b699c..a72ecae 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -26,6 +26,14 @@ to a ``DeprecationWarning`` and the following release the feature and it's relat code will be removed. +v1.5 (released 2018-01-11) +-------------------------- + +- Added documentation regarding context variables available in the email template (#25) +- Allow BANDIT_EMAIL to be a list of addresses (#26) +- Add flake8 and coverage tox environments + + v1.4 (released 2017-12-08) --------------------------