Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allcaps committed Aug 8, 2024
1 parent 6445b47 commit 1e24e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagtail_translate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = "wagtail_translate.apps.WagtailTranslateAppConfig"


VERSION = (0, 1, 1)
VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 1e24e4e

Please sign in to comment.