Version bump to start work on 2.2

pull/4553/head
Matt Westcott 2018-05-17 14:20:01 +01:00 zatwierdzone przez Matt Westcott
rodzic a63988ac75
commit 5db57bac93
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
==========================================
Wagtail 2.1 release notes - IN DEVELOPMENT
Wagtail 2.2 release notes - IN DEVELOPMENT
==========================================
.. contents::

Wyświetl plik

@ -2,7 +2,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, 1, 0, 'rc', 1)
VERSION = (2, 2, 0, 'alpha', 0)
__version__ = get_version(VERSION)

Wyświetl plik

@ -1,2 +1,2 @@
Django>=2.0,<2.1
wagtail==2.1rc1
wagtail==2.2a0