We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b24f3b1 + ba992e0 commit cfe1796Copy full SHA for cfe1796
django_editorjs_fields/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.6"
+__version__ = "0.2.7"
2
3
from .fields import EditorJsJSONField, EditorJsTextField
4
from .widgets import EditorJsWidget
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-editorjs-fields"
-version = "0.2.6"
+version = "0.2.7"
description = "Django plugin for using Editor.js"
5
authors = ["Ilya Kotlyakov <m@2ik.ru>"]
6
license = "MIT"
0 commit comments