Skip to content

Commit

Permalink
Merge branch 'hotfix/0.17.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
icereval committed Oct 18, 2016
2 parents e80a48d + dc7c68a commit 43d59f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ RUN pip install --no-cache-dir -r /code/requirements.txt
# Copy the rest of the code over
COPY ./ /code/

ARG GIT_COMMIT=
ENV GIT_COMMIT ${GIT_COMMIT}

RUN python setup.py develop

EXPOSE 7778
Expand Down
2 changes: 1 addition & 1 deletion mfr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.17.0'
__version__ = '0.17.1'
__import__('pkg_resources').declare_namespace(__name__)

0 comments on commit 43d59f2

Please sign in to comment.