Skip to content

Commit

Permalink
Version bump to 6.1rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Apr 25, 2024
1 parent 7095b60 commit 06890b5
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
Expand Up @@ -6,7 +6,7 @@

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

__version__ = get_version(VERSION)

Expand Down
2 changes: 1 addition & 1 deletion wagtail/project_template/requirements.txt
@@ -1,2 +1,2 @@
Django>=4.2,<5.1
wagtail==6.1rc1
wagtail==6.1rc2

0 comments on commit 06890b5

Please sign in to comment.