Skip to content

Commit

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

* Fix string-to-enum conversion regression mistakenly
introduced in 2.1.0

# 2.1.0 (released 2021-02-22)

* Drop support for Django 2.0
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.1.0"
__version__ = "2.1.1"

0 comments on commit bda0a46

Please sign in to comment.