Skip to content

Commit 7b72f81

Browse files
committed
Bump version for 1.6
1 parent 948a559 commit 7b72f81

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ Arne de Laat (@153957)
1212
Jaap Roes (@jaap3)
1313
Tony S Yu (@tonysyu)
1414
Dan Poirier (@dpoirier)
15+
Petr Dlouhý (@PetrDlouhy)

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011-2018, Caktus Consulting Group, LLC
1+
Copyright (c) 2011-2021, Caktus Consulting Group, LLC
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification,

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': 5,
7+
'minor': 6,
88
'micro': 0,
99
'releaselevel': 'final',
1010
}

docs/releases.rst

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

2828

29+
v1.6 (released 2020-12-03)
30+
--------------------------
31+
32+
- Add BANDIT_REGEXP_WHITELIST to allow match emails by regexps (#29)
33+
34+
2935
v1.5 (released 2018-01-11)
3036
--------------------------
3137

0 commit comments

Comments
 (0)