Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkins committed Mar 22, 2016
1 parent a4070f7 commit 30fe128
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
-------------

Version 0.16.0
==============

- Sorted vocabularies in api as well as taxonomy panel
- Replaced the status app with django-server-status
- Added warning message when user try to close learning resource panel without saving
- Updated Django requirement to latest security release
- ISSUE #876 Fixed doc build failure

Version 0.15.1
==============

Expand Down
2 changes: 1 addition & 1 deletion lore/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from django.core.exceptions import ImproperlyConfigured
import yaml

VERSION = '0.15.1'
VERSION = "0.16.0"

CONFIG_PATHS = [
os.environ.get('LORE_CONFIG', ''),
Expand Down

0 comments on commit 30fe128

Please sign in to comment.