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