0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 09:33:54 +01:00

Version bump to 1.13a0

This commit is contained in:
Matt Westcott 2017-08-17 15:05:59 +01:00 committed by Matt Westcott
parent 96bb40f005
commit 075cfcc013
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, 13, 0, 'alpha', 0)
__version__ = get_version(VERSION)

View File

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