Skip to content

Commit

Permalink
Version bump to 6.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 7, 2024
1 parent fefdc79 commit 44f438f
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, 0, 0, "rc", 1)
VERSION = (6, 0, 0, "final", 1)

__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.0rc1
wagtail>=6.0,<6.1

0 comments on commit 44f438f

Please sign in to comment.