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:
parent
96bb40f005
commit
075cfcc013
@ -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)
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
Django>=1.11,<1.12
|
||||
wagtail==1.12a0
|
||||
wagtail==1.13a0
|
||||
|
Loading…
Reference in New Issue
Block a user