0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Version bump to start work on 2.11

This commit is contained in:
Matt Westcott 2020-07-28 11:25:06 +01:00 committed by Matt Westcott
parent 4231d9ef11
commit cc83f956e6
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ from wagtail.utils.version import get_semver_version, get_version
# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (2, 10, 0, 'alpha', 0)
VERSION = (2, 11, 0, 'alpha', 0)
__version__ = get_version(VERSION)

View File

@ -1,2 +1,2 @@
Django>=3.0,<3.1
wagtail==2.10a0
wagtail==2.11a0