Skip to content

Commit

Permalink
Bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Nov 12, 2020
1 parent 6eeaa93 commit 6d99025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = 'wagtail_localize.apps.WagtailLocalizeAppConfig'


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

0 comments on commit 6d99025

Please sign in to comment.