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 13
13
14
14
__all__ = ["EnumField" ]
15
15
16
- VERSION = (2 , 0 , 0 )
16
+ VERSION = (2 , 0 , 1 )
17
17
18
18
__title__ = "Django Enum"
19
19
__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 4
4
Change Log
5
5
==========
6
6
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
+
7
12
v2.0.0 (2024-09-09)
8
13
===================
9
14
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-enum"
3
- version = " 2.0.0 "
3
+ version = " 2.0.1 "
4
4
description = " Full and natural support for enumerations as Django model fields."
5
5
authors = [
" Brian Kohan <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments