File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1313
1414__all__ = ["EnumField" ]
1515
16- VERSION = (2 , 0 , 0 )
16+ VERSION = (2 , 0 , 1 )
1717
1818__title__ = "Django Enum"
1919__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 44Change Log
55==========
66
7+ v2.0.1 (2024-09-16)
8+ ===================
9+
10+ * Fixed `Unexpected ValueError instead of ValidationError <https://github.com/bckohan/django-enum/issues/74 >`_
11+
712v2.0.0 (2024-09-09)
813===================
914
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-enum"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " Full and natural support for enumerations as Django model fields."
55authors = [
" Brian Kohan <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments