From 0dc9e5f4a47aaae68dbf18cbaca548b7e5f9fbc0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 6 Feb 2017 12:58:48 +0000 Subject: [PATCH] Version bump to begin work on 1.10 --- wagtail/__init__.py | 2 +- wagtail/project_template/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wagtail/__init__.py b/wagtail/__init__.py index 2be3352d9c..639b46ed8a 100644 --- a/wagtail/__init__.py +++ b/wagtail/__init__.py @@ -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, 9, 0, 'alpha', 0) +VERSION = (1, 10, 0, 'alpha', 0) __version__ = get_version(VERSION) diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index f4b457cb88..1729aa448a 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,2 +1,2 @@ Django>=1.10,<1.11 -wagtail==1.9a0 +wagtail==1.10a0