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 e98965e commit 0d18f49Copy full SHA for 0d18f49
src/wagtail_headless_preview/__init__.py
@@ -1,4 +1,4 @@
1
-VERSION = (0, 4, 0)
+VERSION = (0, 5, 0)
2
__version__ = ".".join(map(str, VERSION))
3
4
0 commit comments