Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 14, 2022
1 parent f5ac7c7 commit fbf3f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wagtail_headless_preview/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 0)
VERSION = (0, 4, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit fbf3f91

Please sign in to comment.