Skip to content

Commit

Permalink
Merge pull request #485 from jazzband/4.0rc2
Browse files Browse the repository at this point in the history
🏷️: bump to rc2 for new release to trigger release workflow
  • Loading branch information
schlich authored Feb 28, 2024
2 parents 56bbd7f + 9a04156 commit def9657
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 = (4, 0, 0, "rc", 1)
VERSION = (4, 0, 0, "rc", 2)
__version__ = get_version(VERSION)
stable_branch_name = get_stable_branch_name(VERSION)

Expand Down

0 comments on commit def9657

Please sign in to comment.