File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.2.3 "
1
+ __version__ = "0.2.4 "
2
2
3
3
from .fields import EditorJsJSONField , EditorJsTextField
4
4
from .widgets import EditorJsWidget
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-editorjs-fields"
3
- version = " 0.2.3 "
3
+ version = " 0.2.4 "
4
4
description = " Django plugin for using Editor.js"
5
5
authors = [
" Ilya Kotlyakov <[email protected] >" ]
6
6
license = " MIT"
@@ -24,6 +24,7 @@ classifiers = [
24
24
" Programming Language :: Python :: 3.7" ,
25
25
" Programming Language :: Python :: 3.8" ,
26
26
" Programming Language :: Python :: 3.9" ,
27
+ " Programming Language :: Python :: 3.10" ,
27
28
" Topic :: Software Development :: Libraries :: Application Frameworks" ,
28
29
" Topic :: Software Development :: Libraries :: Python Modules" ,
29
30
]
You can’t perform that action at this time.
0 commit comments