Skip to content

Commit a77f205

Browse files
committed
Bump version for 2.0
1 parent 1504d3d commit a77f205

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

bandit/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"""
44

55
__version_info__ = {
6-
"major": 1,
7-
"minor": 6,
6+
"major": 2,
7+
"minor": 0,
88
"micro": 0,
99
"releaselevel": "final",
1010
}

docs/releases.rst

+6-12
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,15 @@ ensure compatibility with newer versions of Django and Python.
99
Supported Django Versions
1010
-------------------------------
1111

12-
django-email-bandit aims to support the current security-supported releases of Django. That
13-
includes the most recent version and the prior release. While we will avoid unnecessarily
14-
dropping support for earlier releases of Django, changes in new versions which
15-
break compatibility outside of this window will result in dropped support for that
16-
version of Django. Any dropped Django versions will be included in the release notes.
12+
django-email-bandit aims to support the current security-supported releases of Django.
1713

1814

19-
Deprecation Policy
20-
-------------------------------
15+
v2.0 (released 2020-12-17)
16+
--------------------------
2117

22-
Beginning with the 1.0 release all backwards incompatible changes will go through a two release
23-
deprecation policy similar to Django. A feature deprecated in one version will
24-
raise a ``PendingDeprecationWarning``. In the following release that will be raised
25-
to a ``DeprecationWarning`` and the following release the feature and it's related compatibility
26-
code will be removed.
18+
- Drop support for Python 2.7
19+
- Drop support for Python 3.5
20+
- Add support for Django 2.2, 3.0 and 3.1
2721

2822

2923
v1.6 (released 2020-12-03)

0 commit comments

Comments
 (0)