Skip to content

Commit

Permalink
Become version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Feb 22, 2021
1 parent 3f7f5c5 commit f5eaf45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 2.1.0 (released 2021-02-22)

* Drop support for Django 2.0
* Drop support for Django 2.1
* Add support for Django 3.1
* Add support for Python 3.9.2+

# 2.0.0 (released 2020-01-18)

## Version support changes (possibly breaking)
Expand Down
2 changes: 1 addition & 1 deletion enumfields/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .enums import Enum, IntEnum
from .fields import EnumField, EnumIntegerField

__version__ = "2.0.0"
__version__ = "2.1.0"

0 comments on commit f5eaf45

Please sign in to comment.