File tree 2 files changed +8
-14
lines changed
2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 3
3
"""
4
4
5
5
__version_info__ = {
6
- "major" : 1 ,
7
- "minor" : 6 ,
6
+ "major" : 2 ,
7
+ "minor" : 0 ,
8
8
"micro" : 0 ,
9
9
"releaselevel" : "final" ,
10
10
}
Original file line number Diff line number Diff line change @@ -9,21 +9,15 @@ ensure compatibility with newer versions of Django and Python.
9
9
Supported Django Versions
10
10
-------------------------------
11
11
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.
17
13
18
14
19
- Deprecation Policy
20
- -------------------------------
15
+ v2.0 (released 2020-12-17)
16
+ --------------------------
21
17
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
27
21
28
22
29
23
v1.6 (released 2020-12-03)
You can’t perform that action at this time.
0 commit comments