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

Release 0.13.0 #822

Merged
merged 1 commit into from
Nov 2, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release Notes
-------------

Version 0.13.0
==============

- Refactored listing code for testing.
- Implemented lazy loading for resource tab.
- Added custom slugify function to allow any name for Repo, Vocab, Term.
- Fixed index mapping of terms and vocabularies.
- Set Elasticsearch log level higher during testing.
- Set Spinner `zIndex` to 0 to not have it float above everything else.
- Added loader on save.
- Removed unused functions.
- Fixed link click behavior for term edit and delete.

Version 0.12.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.12.0'
VERSION = '0.13.0'

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