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

Commit

Permalink
Merge pull request #901 from mitodl/release
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
pwilkins committed Mar 23, 2016
2 parents 1c68d14 + d6ad1a0 commit 0a5df22
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
@@ -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
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 0a5df22

Please sign in to comment.