mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-03 13:04:46 +00:00
prepare for 0.3 release
This commit is contained in:
parent
3042d6ef6a
commit
2cbf128eb5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.3 (xx.xx.20xx)
|
||||
0.3 (28.05.2014)
|
||||
~~~~~~~~~~~~~~~~
|
||||
* Added toolbar to allow logged-in users to add and edit pages from the site front-end
|
||||
* Support for alternative image processing backends such as Wand, via the WAGTAILIMAGES_BACKENDS setting
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -18,7 +18,7 @@ except ImportError:
|
|||
|
||||
setup(
|
||||
name='wagtail',
|
||||
version='0.2',
|
||||
version='0.3',
|
||||
description='A Django content management system focused on flexibility and user experience',
|
||||
author='Matthew Westcott',
|
||||
author_email='matthew.westcott@torchbox.com',
|
||||
|
|
|
|||
Loading…
Reference in a new issue