0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Version bump to 2.0b1

This commit is contained in:
Matt Westcott 2018-01-26 16:32:02 +00:00
parent d6c3494c06
commit a54639f154
2 changed files with 2 additions and 2 deletions

View File

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

View File

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