We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent def86e5 commit cae3cfbCopy full SHA for cae3cfb
bandit/__init__.py
@@ -4,7 +4,7 @@
4
5
__version_info__ = {
6
'major': 1,
7
- 'minor': 4,
+ 'minor': 5,
8
'micro': 0,
9
'releaselevel': 'final',
10
}
docs/releases.rst
@@ -26,6 +26,14 @@ to a ``DeprecationWarning`` and the following release the feature and it's relat
26
code will be removed.
27
28
29
+v1.5 (released 2018-01-11)
30
+--------------------------
31
+
32
+- Added documentation regarding context variables available in the email template (#25)
33
+- Allow BANDIT_EMAIL to be a list of addresses (#26)
34
+- Add flake8 and coverage tox environments
35
36
37
v1.4 (released 2017-12-08)
38
--------------------------
39
0 commit comments