File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 30
30
.. _enumerations : https://docs.python.org/3/library/enum.html#enum.Enum
31
31
.. _ValueError : https://docs.python.org/3/library/exceptions.html#ValueError
32
32
.. _DRY : https://en.wikipedia.org/wiki/Don%27t_repeat_yourself
33
- .. _enum-properties : < https://pypi.org/project/enum-properties/>
34
- .. _django-enum : < https://django-enum.readthedocs.io/en/latest/>:
33
+ .. _enum-properties : https://pypi.org/project/enum-properties
34
+ .. _django-enum : https://django-enum.readthedocs.io/en/latest
35
35
36
36
Django Enum
37
37
###########
Original file line number Diff line number Diff line change 47
47
'EnumFilter'
48
48
]
49
49
50
- VERSION = (1 , 0 , 1 )
50
+ VERSION = (1 , 1 , 0 )
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 @@ -6,4 +6,4 @@ sphinxcontrib-htmlhelp==2.0.0; python_version >= "3.5"
6
6
sphinxcontrib-jsmath == 1.0.1 ; python_version >= "3.5"
7
7
sphinxcontrib-qthelp == 1.0.3 ; python_version >= "3.5"
8
8
sphinxcontrib-serializinghtml == 1.1.5 ; python_version >= "3.5"
9
- django-enum == 1.0.1
9
+ django-enum == 1.1.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-enum"
3
- version = " 1.0.1 "
3
+ version = " 1.1.0 "
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