From 343fb7c8b26109ff278b427d6d365d8558371733 Mon Sep 17 00:00:00 2001 From: Ilya Kotlyakov Date: Tue, 19 Oct 2021 11:39:02 +0400 Subject: [PATCH] 0.2.5 --- django_editorjs_fields/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/django_editorjs_fields/__init__.py b/django_editorjs_fields/__init__.py index f444e24..8e57d2e 100644 --- a/django_editorjs_fields/__init__.py +++ b/django_editorjs_fields/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.4" +__version__ = "0.2.5" from .fields import EditorJsJSONField, EditorJsTextField from .widgets import EditorJsWidget diff --git a/pyproject.toml b/pyproject.toml index 552b8c4..6dc6ca0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-editorjs-fields" -version = "0.2.4" +version = "0.2.5" description = "Django plugin for using Editor.js" authors = ["Ilya Kotlyakov "] license = "MIT"