Skip to content

Commit cae3cfb

Browse files
committed
Bump version for 1.5
1 parent def86e5 commit cae3cfb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bandit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__version_info__ = {
66
'major': 1,
7-
'minor': 4,
7+
'minor': 5,
88
'micro': 0,
99
'releaselevel': 'final',
1010
}

docs/releases.rst

+8
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ to a ``DeprecationWarning`` and the following release the feature and it's relat
2626
code will be removed.
2727

2828

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+
2937
v1.4 (released 2017-12-08)
3038
--------------------------
3139

0 commit comments

Comments
 (0)