diff --git a/AUTHORS b/AUTHORS index b89b5fb..a0b7dbe 100644 --- a/AUTHORS +++ b/AUTHORS @@ -12,3 +12,4 @@ Arne de Laat (@153957) Jaap Roes (@jaap3) Tony S Yu (@tonysyu) Dan Poirier (@dpoirier) +Petr DlouhĂ˝ (@PetrDlouhy) diff --git a/LICENSE.txt b/LICENSE.txt index 9637315..355843b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2011-2018, Caktus Consulting Group, LLC +Copyright (c) 2011-2021, Caktus Consulting Group, LLC All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/bandit/__init__.py b/bandit/__init__.py index 4042849..ce9b432 100644 --- a/bandit/__init__.py +++ b/bandit/__init__.py @@ -4,7 +4,7 @@ __version_info__ = { 'major': 1, - 'minor': 5, + 'minor': 6, 'micro': 0, 'releaselevel': 'final', } diff --git a/docs/releases.rst b/docs/releases.rst index a72ecae..888a53c 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -26,6 +26,12 @@ to a ``DeprecationWarning`` and the following release the feature and it's relat code will be removed. +v1.6 (released 2020-12-03) +-------------------------- + +- Add BANDIT_REGEXP_WHITELIST to allow match emails by regexps (#29) + + v1.5 (released 2018-01-11) --------------------------