We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e2bdd commit 0d89fb2Copy full SHA for 0d89fb2
wagtail_headless_preview/__init__.py
@@ -1,4 +1,4 @@
1
default_app_config = "wagtail_headless_preview.apps.WagtailHeadlessPreviewConfig"
2
3
-VERSION = (0, 1, 3)
+VERSION = (0, 1, 4)
4
__version__ = ".".join(map(str, VERSION))
0 commit comments