diff --git a/setup.cfg b/setup.cfg index de734f6..63f7daf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = wagtail_editorjs -version = 1.5.9 +version = 1.6.0 description = EditorJS as a widget for Wagtail, with Page- and Image chooser support long_description = file: README.md long_description_content_type = text/markdown diff --git a/wagtail_editorjs/__init__.py b/wagtail_editorjs/__init__.py index afaba64..49fa323 100644 --- a/wagtail_editorjs/__init__.py +++ b/wagtail_editorjs/__init__.py @@ -7,5 +7,5 @@ Everything is dynamic and customizable. """ -__version__ = '1.5.9' +__version__ = '1.6.0' VERSION = tuple([int(v) for v in __version__.split('.')])