version bump for 0.3.1

stable/0.3.x v0.3.1
Matt Westcott 2014-06-03 14:54:37 +01:00
rodzic e449fcc861
commit 649cbf95c4
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
Changelog
=========
0.3.1 (xx.xx.20xx)
0.3.1 (03.06.2014)
~~~~~~~~~~~~~~~~~~
* Fix: When constructing dummy requests for pages with no routable URL, fall back on a hostname from ALLOWED_HOSTS and finally 'localhost', to avoid 'Invalid HTTP_HOST header' errors on preview when DEBUG=False.
* Fix: Ensure that url_path is populated when previewing a newly created page, to avoid unnecessarily taking the above fallback.

Wyświetl plik

@ -18,7 +18,7 @@ except ImportError:
setup(
name='wagtail',
version='0.3',
version='0.3.1',
description='A Django content management system focused on flexibility and user experience',
author='Matthew Westcott',
author_email='matthew.westcott@torchbox.com',