Skip to content

Commit

Permalink
Merge tag '0.18.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Dec 13, 2016
2 parents e5ec534 + faa6f0a commit 014bf18
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ before_install:

install:
- travis_retry pip install --upgrade pip
- travis_retry pip install setuptools==30.4.0
- travis_retry pip install wheel==0.26.0
- travis_retry pip install invoke==0.11.1
- travis_retry invoke wheelhouse --develop
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
ChangeLog
*********

0.18.1 (2016-12-13)
===================
- Pin setuptools to v30.4.0 to avoid package-namespace-related breakage.

0.18.0 (2016-10-31)
===================
- HALLOWEEN RELEASE!
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN mkdir -p /code
WORKDIR /code

RUN pip install -U pip
RUN pip install setuptools==30.4.0

COPY ./requirements.txt /code/

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.18.0'
__version__ = '0.18.1'
__import__('pkg_resources').declare_namespace(__name__)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ humanfriendly==2.1
invoke==0.11.1
mako==1.0.1
raven==5.27.0
setuptools==30.4.0
stevedore==1.2.0
tornado==4.3

Expand Down

0 comments on commit 014bf18

Please sign in to comment.