File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 4747 'EnumFilter'
4848]
4949
50- VERSION = (1 , 3 , 1 )
50+ VERSION = (1 , 3 , 2 )
5151
5252__title__ = 'Django Enum'
5353__version__ = '.' .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 22Change Log
33==========
44
5+ v1.3.2
6+ ======
7+
8+ * Fixed `Support Django 5.1 <https://github.com/bckohan/django-enum/issues/63 >`_
9+
510v1.3.1
611======
712
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-enum"
3- version = " 1.3.1 "
3+ version = " 1.3.2 "
44description = " Full and natural support for enumerations as Django model fields."
55authors = [" Brian Kohan <bckohan@gmail.com>" ]
66license = " MIT"
@@ -19,6 +19,7 @@ classifiers = [
1919 " Framework :: Django :: 4.1" ,
2020 " Framework :: Django :: 4.2" ,
2121 " Framework :: Django :: 5.0" ,
22+ " Framework :: Django :: 5.1" ,
2223 " Intended Audience :: Developers" ,
2324 " License :: OSI Approved :: MIT License" ,
2425 " Natural Language :: English" ,
You can’t perform that action at this time.
0 commit comments