mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-09 09:30:59 +00:00
Set version numbers for 0.8 release
This commit is contained in:
parent
1350f7a835
commit
25c62356bf
4 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.8 (xx.xx.2014)
|
||||
0.8 (05.11.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added logging for page operations
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
==========================================
|
||||
Wagtail 0.8 release notes - IN DEVELOPMENT
|
||||
==========================================
|
||||
=========================
|
||||
Wagtail 0.8 release notes
|
||||
=========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Minimal requirements
|
||||
Django>=1.7,<1.8
|
||||
wagtail==0.7
|
||||
wagtail==0.8
|
||||
|
||||
# Recommended components (require additional setup):
|
||||
# psycopg2==2.5.2
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
__version__ = '0.7'
|
||||
__version__ = '0.8'
|
||||
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'
|
||||
|
|
|
|||
Loading…
Reference in a new issue