Skip to content

Commit

Permalink
Version bump to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Apr 3, 2024
1 parent a57604d commit 07a9ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/__init__.py
Expand Up @@ -6,7 +6,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (6, 0, 1, "final", 1)
VERSION = (6, 0, 2, "final", 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 07a9ac9

Please sign in to comment.