Skip to content

Commit

Permalink
Version bump to 2.14rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Jul 13, 2021
1 parent 7646a63 commit 45e3145
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 @@ -7,7 +7,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (2, 14, 0, 'alpha', 0)
VERSION = (2, 14, 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>=3.2,<3.3
wagtail==2.14a0
wagtail==2.14rc1

0 comments on commit 45e3145

Please sign in to comment.