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 1b03288 commit 0793880Copy full SHA for 0793880
wagtail_localize_git/__init__.py
@@ -1,5 +1,5 @@
1
default_app_config = "wagtail_localize_git.apps.WagtailLocalizeGitAppConfig"
2
3
4
-VERSION = (0, 9, 2)
+VERSION = (0, 9, 3)
5
__version__ = ".".join(map(str, VERSION))
0 commit comments