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

Commit 5cd30a8

Browse files
committed
Release 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.
1 parent 190a00a commit 5cd30a8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

RELEASE.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Release Notes
22
-------------
33

4+
Version 0.7.0
5+
=============
6+
7+
- Implemented ``Select2`` element to refactor ``select2`` widgets.
8+
- Added checkboxes to allow user to uncheck items in export panel.
9+
- Sped up indexing using caching.
10+
- Made checkbox for ``Allow multiple terms`` in the taxonomy panel
11+
consistent with the rest of the UI.
12+
- Implemented export of static assets.
13+
- Fixed user menu display on LORE welcome page.
14+
415
Version 0.6.0
516
=============
617

lore/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from django.core.exceptions import ImproperlyConfigured
1616
import yaml
1717

18-
VERSION = '0.6.0'
18+
VERSION = '0.7.0'
1919

2020
CONFIG_PATHS = [
2121
os.environ.get('LORE_CONFIG', ''),

0 commit comments

Comments
 (0)