File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 47
47
'EnumFilter'
48
48
]
49
49
50
- VERSION = (1 , 3 , 1 )
50
+ VERSION = (1 , 3 , 2 )
51
51
52
52
__title__ = 'Django Enum'
53
53
__version__ = '.' .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 2
2
Change Log
3
3
==========
4
4
5
+ v1.3.2
6
+ ======
7
+
8
+ * Fixed `Support Django 5.1 <https://github.com/bckohan/django-enum/issues/63 >`_
9
+
5
10
v1.3.1
6
11
======
7
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-enum"
3
- version = " 1.3.1 "
3
+ version = " 1.3.2 "
4
4
description = " Full and natural support for enumerations as Django model fields."
5
5
authors = [" Brian Kohan <bckohan@gmail.com>" ]
6
6
license = " MIT"
@@ -19,6 +19,7 @@ classifiers = [
19
19
" Framework :: Django :: 4.1" ,
20
20
" Framework :: Django :: 4.2" ,
21
21
" Framework :: Django :: 5.0" ,
22
+ " Framework :: Django :: 5.1" ,
22
23
" Intended Audience :: Developers" ,
23
24
" License :: OSI Approved :: MIT License" ,
24
25
" Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments