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 "
22
33from .fields import EditorJsJSONField , EditorJsTextField
44from .widgets import EditorJsWidget
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-editorjs-fields"
3- version = " 0.2.3 "
3+ version = " 0.2.4 "
44description = " Django plugin for using Editor.js"
55authors = [
" Ilya Kotlyakov <[email protected] >" ]
66license = " MIT"
@@ -24,6 +24,7 @@ classifiers = [
2424 " Programming Language :: Python :: 3.7" ,
2525 " Programming Language :: Python :: 3.8" ,
2626 " Programming Language :: Python :: 3.9" ,
27+ " Programming Language :: Python :: 3.10" ,
2728 " Topic :: Software Development :: Libraries :: Application Frameworks" ,
2829 " Topic :: Software Development :: Libraries :: Python Modules" ,
2930]
You can’t perform that action at this time.
0 commit comments