We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7f5c5 commit f5eaf45Copy full SHA for f5eaf45
CHANGES.md
@@ -1,3 +1,10 @@
1
+# 2.1.0 (released 2021-02-22)
2
+
3
+* Drop support for Django 2.0
4
+* Drop support for Django 2.1
5
+* Add support for Django 3.1
6
+* Add support for Python 3.9.2+
7
8
# 2.0.0 (released 2020-01-18)
9
10
## Version support changes (possibly breaking)
enumfields/__init__.py
@@ -1,4 +1,4 @@
from .enums import Enum, IntEnum
from .fields import EnumField, EnumIntegerField
-__version__ = "2.0.0"
+__version__ = "2.1.0"
0 commit comments