Skip to content

Commit

Permalink
🔖 (release): v3.2.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
schlich committed Feb 21, 2024
1 parent 71a1889 commit 547cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailmenus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (3, 1, 9, "final", 0)
VERSION = (3, 2, 0, "rc", 0)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit 547cdb2

Please sign in to comment.