Skip to content

Commit

Permalink
Version bump to 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 16, 2023
1 parent 3868a35 commit f5242bd
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 = (5, 2, 0, "final", 1)
VERSION = (5, 2, 1, "final", 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit f5242bd

Please sign in to comment.