From e96f46c9e5b43cf6834c483662ea2c8a4a00ecd8 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Oct 2020 15:10:10 +0100 Subject: [PATCH] Version bump to 2.11rc1 --- docs/releases/upgrading.rst | 2 +- wagtail/__init__.py | 2 +- wagtail/project_template/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/releases/upgrading.rst b/docs/releases/upgrading.rst index b34552bfb7..308c29e26c 100644 --- a/docs/releases/upgrading.rst +++ b/docs/releases/upgrading.rst @@ -137,5 +137,5 @@ The compatible versions of Django and Python for each Wagtail release are: +-------------------+------------------------------+-----------------------------+ | 2.10 | 2.2, 3.0, 3.1 | 3.6, 3.7, 3.8 | +-------------------+------------------------------+-----------------------------+ -| 2.11 | 2.2, 3.0 | 3.6, 3.7, 3.8 | +| 2.11 | 2.2, 3.0, 3.1 | 3.6, 3.7, 3.8 | +-------------------+------------------------------+-----------------------------+ diff --git a/wagtail/__init__.py b/wagtail/__init__.py index 7786e6731a..4e52db6ede 100644 --- a/wagtail/__init__.py +++ b/wagtail/__init__.py @@ -7,7 +7,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, 11, 0, 'alpha', 0) +VERSION = (2, 11, 0, 'rc', 1) __version__ = get_version(VERSION) diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index 73cb17fc8d..29286ce2d8 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,2 +1,2 @@ Django>=3.1,<3.2 -wagtail==2.11a0 +wagtail==2.11rc1