Skip to content

Commit

Permalink
Prepare for 0.8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Feb 17, 2015
1 parent 2ccefdb commit d9121b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.8.5 (xx.xx.20xx)
0.8.5 (17.02.2015)
~~~~~~~~~~~~~~~~~~
* Fix: On adding a new page, the available page types are ordered by the displayed verbose name
* Fix: Active admin submenus were not properly closed when activating another
Expand Down
6 changes: 3 additions & 3 deletions docs/releases/0.8.5.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============================================
Wagtail 0.8.5 release notes - IN DEVELOPMENT
============================================
===========================
Wagtail 0.8.5 release notes
===========================

.. contents::
:local:
Expand Down
2 changes: 1 addition & 1 deletion wagtail/project_template/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Minimal requirements
Django>=1.7,<1.8
wagtail==0.8.4
wagtail==0.8.5

# Recommended components (require additional setup):
# psycopg2==2.5.2
Expand Down
2 changes: 1 addition & 1 deletion wagtail/wagtailcore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.8.4'
__version__ = '0.8.5'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'

0 comments on commit d9121b7

Please sign in to comment.