Skip to content

Commit db6a7fe

Browse files
committed
0.1.9 > 0.2.0
1 parent 395fe70 commit db6a7fe

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-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.1.9"
1+
__version__ = "0.2.0"
22

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

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-editorjs-fields"
3-
version = "0.1.9"
3+
version = "0.2.0"
44
description = "Django plugin for using Editor.js"
55
authors = ["Ilya Kotlyakov <[email protected]>"]
66
license = "MIT"
@@ -10,6 +10,7 @@ readme = "README.md"
1010
keywords = ["editorjs", "django-editor", "django-wysiwyg", "wysiwyg", "django-admin"]
1111

1212
classifiers = [
13+
"Development Status :: 5 - Production/Stable",
1314
"Operating System :: OS Independent",
1415
"Intended Audience :: Developers",
1516
"Framework :: Django",
@@ -22,6 +23,8 @@ classifiers = [
2223
"Programming Language :: Python :: 3.7",
2324
"Programming Language :: Python :: 3.8",
2425
"Programming Language :: Python :: 3.9",
26+
"Topic :: Software Development :: Libraries :: Application Frameworks",
27+
"Topic :: Software Development :: Libraries :: Python Modules",
2528
]
2629

2730
include = [

0 commit comments

Comments
 (0)