From cae3cfbc023c3701206e8b065352dfcfb5f48695 Mon Sep 17 00:00:00 2001 From: Vinod Kurup Date: Thu, 11 Jan 2018 14:25:04 -0500 Subject: [PATCH] Bump version for 1.5 --- bandit/__init__.py | 2 +- docs/releases.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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) --------------------------