Version bump for 1.12rc1

This commit is contained in:
Matt Westcott 2017-08-11 12:02:52 +01:00
parent 80c846a0cf
commit f10b4665cd
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,2 +1,2 @@
Django>=1.11,<1.12
wagtail==1.12a0
wagtail==1.12rc1