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

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
- Implemented ``Select2`` element to refactor ``select2`` widgets.
- Added checkboxes to allow user to uncheck items in export panel.
- Sped up indexing using caching.
- Made checkbox for ``Allow multiple terms`` in the taxonomy panel
  consistent with the rest of the UI.
- Implemented export of static assets.
- Fixed user menu display on LORE welcome page.
  • Loading branch information
pwilkins committed Aug 6, 2015
1 parent 190a00a commit 5cd30a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
-------------

Version 0.7.0
=============

- Implemented ``Select2`` element to refactor ``select2`` widgets.
- Added checkboxes to allow user to uncheck items in export panel.
- Sped up indexing using caching.
- Made checkbox for ``Allow multiple terms`` in the taxonomy panel
consistent with the rest of the UI.
- Implemented export of static assets.
- Fixed user menu display on LORE welcome page.

Version 0.6.0
=============

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.6.0'
VERSION = '0.7.0'

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

0 comments on commit 5cd30a8

Please sign in to comment.