Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed May 14, 2024
1 parent 4ef7684 commit 47ac812
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = wagtail_editorjs
version = 1.6.5rc3
version = 1.6.5
description = EditorJS as a widget for Wagtail, with Page- and Image chooser support
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion wagtail_editorjs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@



__version__ = '1.6.5rc3'
__version__ = '1.6.5'
VERSION = pv.LooseVersion(__version__)
5 changes: 1 addition & 4 deletions wagtail_editorjs/test/core/tests/test_blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ def test_value_for_form(self):

data = EDITOR_JS_FEATURES.value_for_form(
["test_feature"],
EDITOR_JS_FEATURES.prepare_value(
["test_feature"],
editorjs_value,
)
editorjs_value
)

self.assertTrue(isinstance(data, dict))
Expand Down

0 comments on commit 47ac812

Please sign in to comment.