Skip to content

Commit cfe1796

Browse files
authoredSep 16, 2022
Merge pull request #42 from 2ik/dev
Up version
2 parents b24f3b1 + ba992e0 commit cfe1796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎django_editorjs_fields/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.6"
1+
__version__ = "0.2.7"
22

33
from .fields import EditorJsJSONField, EditorJsTextField
44
from .widgets import EditorJsWidget

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-editorjs-fields"
3-
version = "0.2.6"
3+
version = "0.2.7"
44
description = "Django plugin for using Editor.js"
55
authors = ["Ilya Kotlyakov <m@2ik.ru>"]
66
license = "MIT"

0 commit comments

Comments
 (0)
Please sign in to comment.