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

Commit

Permalink
Merge branch 'release/0.1.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
smn committed Oct 2, 2015
2 parents 780b23d + c7ec2a1 commit bf11056
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:2.7
MAINTAINER Praekelt Foundation <dev@praekeltfoundation.org>
RUN pip install garelay==0.1.2
RUN pip install garelay==0.1.3
RUN pip install gunicorn
RUN pip install supervisor
RUN apt-get update
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.2
0.1.3
2 changes: 1 addition & 1 deletion garelay/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
https://docs.djangoproject.com/en/1.7/ref/settings/
"""

import os.environ
import os
from datetime import timedelta
from os.path import abspath, dirname, join
from django.conf import global_settings
Expand Down

0 comments on commit bf11056

Please sign in to comment.