mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-04 05:24:45 +00:00
Version bump to 1.0rc2
This commit is contained in:
parent
1fff18074e
commit
4626fd95ac
3 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
Django>=1.8,<1.9
|
||||
wagtail==1.0rc1
|
||||
wagtail==1.0rc2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = '1.0rc1'
|
||||
__version__ = '1.0rc2'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue