prepare for 1.0rc1 release

This commit is contained in:
Matt Westcott 2015-06-17 17:13:19 +01:00
parent 4a84560a95
commit 319fdaba3e
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
Django>=1.8,<1.9
wagtail==1.0b2
wagtail==1.0rc1

View file

@ -1,2 +1,2 @@
__version__ = '1.0b2'
__version__ = '1.0rc1'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'