Skip to content

Commit

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

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

__version__ = get_version(VERSION)

Expand Down

0 comments on commit a9b6034

Please sign in to comment.