Prepare for 1.3 release

This commit is contained in:
Matt Westcott 2015-12-23 17:47:03 +00:00
parent c062f13c42
commit 1cb74d95df
4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
Changelog
=========
1.3 (xx.xx.xxxx)
1.3 (23.12.2015)
~~~~~~~~~~~~~~~~
* Django 1.9 support

View file

@ -1,6 +1,6 @@
==========================================
Wagtail 1.3 release notes - IN DEVELOPMENT
==========================================
=========================
Wagtail 1.3 release notes
=========================
.. contents::
:local:

View file

@ -1,2 +1,2 @@
Django>=1.9,<1.10
wagtail==1.3rc1
wagtail==1.3

View file

@ -1,4 +1,4 @@
__version__ = '1.3rc1'
__version__ = '1.3'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'