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 #896 from mitodl/release
Browse files Browse the repository at this point in the history
Hotfix 0.15.1
  • Loading branch information
pwilkins committed Mar 15, 2016
2 parents de98b3b + 51670ee commit 81b1cb3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Release Notes
-------------

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

- Version locked ``doc_requirements`` packages.

Version 0.15.0
==============

- Added sorting by relevance ``(_score)``.
- Fixed requests installation.
- Fixed new pylint 1.5.0 violations.

Version 0.14.1
==============

Expand Down
6 changes: 3 additions & 3 deletions doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements.txt
sphinx>=1.3.1
sphinx_bootstrap_theme>=0.4.5
sphinxcontrib-napoleon>=0.3.5
sphinx==1.3.1
sphinx_bootstrap_theme==0.4.5
sphinxcontrib-napoleon==0.3.5
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.14.1'
VERSION = '0.15.1'

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

0 comments on commit 81b1cb3

Please sign in to comment.