Skip to content

Commit 7e42835

Browse files
committed
Version 0.2.0 -> 0.2.1
1 parent 525f596 commit 7e42835

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.0"
1+
__version__ = "0.2.1"
22

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

pyproject.toml

+2-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.0"
3+
version = "0.2.1"
44
description = "Django plugin for using Editor.js"
55
authors = ["Ilya Kotlyakov <[email protected]>"]
66
license = "MIT"
@@ -17,6 +17,7 @@ classifiers = [
1717
"Framework :: Django :: 2.2",
1818
"Framework :: Django :: 3.0",
1919
"Framework :: Django :: 3.1",
20+
"Framework :: Django :: 3.2",
2021
"Programming Language :: Python :: 3",
2122
"Programming Language :: Python :: 3 :: Only",
2223
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)