Skip to content

Commit

Permalink
Prepare for 0.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 5, 2014
1 parent 8a3ccbe commit 48957a9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.8.1 (05.11.2014)
~~~~~~~~~~~~~~~~~~
* Fixed a regression where images would fail to save when feature detection is active

0.8 (05.11.2014)
~~~~~~~~~~~~~~~~

Expand Down
17 changes: 17 additions & 0 deletions docs/releases/0.8.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
===========================
Wagtail 0.8.1 release notes
===========================

.. contents::
:local:
:depth: 1


What's new
==========


Bug fixes
~~~~~~~~~

* Fixed a regression where images would fail to save when feature detection is active
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Release notes
:maxdepth: 1

roadmap
0.8.1
0.8
0.7
0.6
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
wagtail==0.8.1

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

0 comments on commit 48957a9

Please sign in to comment.