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.0 "
1
+ __version__ = "0.2.1 "
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.0 "
3
+ version = " 0.2.1 "
4
4
description = " Django plugin for using Editor.js"
5
5
authors = [
" Ilya Kotlyakov <[email protected] >" ]
6
6
license = " MIT"
@@ -17,6 +17,7 @@ classifiers = [
17
17
" Framework :: Django :: 2.2" ,
18
18
" Framework :: Django :: 3.0" ,
19
19
" Framework :: Django :: 3.1" ,
20
+ " Framework :: Django :: 3.2" ,
20
21
" Programming Language :: Python :: 3" ,
21
22
" Programming Language :: Python :: 3 :: Only" ,
22
23
" Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments