Skip to content

Commit

Permalink
prepare for 0.8.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 4, 2014
1 parent ae1150c commit f0cecf2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Changelog
=========


0.8.4 (xx.xx.2014)
0.8.4 (04.12.2014)
~~~~~~~~~~~~~~~~~~

* Fix: It is no longer possible to have the explorer and settings menu open at the same time
Expand Down
10 changes: 3 additions & 7 deletions docs/releases/0.8.4.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
============================================
Wagtail 0.8.4 release notes - IN DEVELOPMENT
============================================
===========================
Wagtail 0.8.4 release notes
===========================

.. contents::
:local:
Expand All @@ -17,7 +17,3 @@ Bug fixes
* Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead
* Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged)
* Prevent a race condition when creating Filter objects


Upgrade considerations
======================
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.3
wagtail==0.8.4

# 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.3'
__version__ = '0.8.4'
default_app_config = 'wagtail.wagtailcore.apps.WagtailCoreAppConfig'

0 comments on commit f0cecf2

Please sign in to comment.