Skip to content

Commit

Permalink
Bump version for 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Jan 11, 2018
1 parent def86e5 commit cae3cfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__version_info__ = {
'major': 1,
'minor': 4,
'minor': 5,
'micro': 0,
'releaselevel': 'final',
}
Expand Down
8 changes: 8 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------

Expand Down

0 comments on commit cae3cfb

Please sign in to comment.