We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424fe98 commit 8203572Copy full SHA for 8203572
django_editorjs_fields/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.0"
+__version__ = "0.1.1"
2
3
from .fields import EditorJsTextField, EditorJsJSONField
4
from .widgets import EditorJsWidget
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-editorjs-fields"
-version = "0.1.0"
+version = "0.1.1"
description = "Django plugin for using Editor.js"
5
authors = ["Ilya Kotlyakov <m@2ik.ru>"]
6
license = "MIT"
0 commit comments