Skip to content

Commit

Permalink
Version bump to 5.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Oct 19, 2023
1 parent 445abf8 commit 5278a56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 0, "alpha", 0)
VERSION = (5, 2, 0, "rc", 1)

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion wagtail/project_template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=4.2,<4.3
wagtail==5.2a0
wagtail==5.2rc1

0 comments on commit 5278a56

Please sign in to comment.