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

Commit

Permalink
Merge e72eb1c into 7359973
Browse files Browse the repository at this point in the history
  • Loading branch information
pwilkins committed Nov 25, 2015
2 parents 7359973 + e72eb1c commit 5b8f237
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
-------------

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

- Made ``[requires.io]`` dependency update.
- Added manual test plan.
- Made changes to accommodate Docker 1.9.0.

Version 0.14.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.14.0'
VERSION = '0.14.1'

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

0 comments on commit 5b8f237

Please sign in to comment.