Version bump to 1.0rc2

This commit is contained in:
Matt Westcott 2015-07-03 11:41:06 +01:00
parent 1fff18074e
commit 4626fd95ac
3 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ Changelog
* Added `AUTO_UPDATE` flag to search backend settings to enable/disable automatically updating the search index on model changes
* Made the built-in project template follow the Django one, with several Wagtail-specific additions. The template comes with two apps (home and search)
* `with_metaclass` is now imported from Django's bundled copy of the `six` library, to avoid errors on Mac OS X from an outdated system copy of the library being imported
* Added new translations for Croatian and Finnish
* Added new translations for Croatian, Finnish and Hebrew (Israel)
0.8.8 (18.06.2015)

View file

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

View file

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