From fdba70806e899c6e2e249178902404f2a73f3c29 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 6 Feb 2017 12:56:52 +0000 Subject: [PATCH] Version bump to 1.9rc1 --- 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 2be3352d9..93240f59c 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, 9, 0, 'rc', 1) __version__ = get_version(VERSION) diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index f4b457cb8..17deebdca 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.9rc1