Skip to content

Commit faa6f0a

Browse files
committed
Merge branch 'hotfix/0.18.1'
2 parents 6474e91 + 3d4e5c5 commit faa6f0a

File tree

5 files changed

+8
-1
lines changed

5 files changed

+8
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ before_install:
1414

1515
install:
1616
- travis_retry pip install --upgrade pip
17+
- travis_retry pip install setuptools==30.4.0
1718
- travis_retry pip install wheel==0.26.0
1819
- travis_retry pip install invoke==0.11.1
1920
- travis_retry invoke wheelhouse --develop

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
ChangeLog
33
*********
44

5+
0.18.1 (2016-12-13)
6+
===================
7+
- Pin setuptools to v30.4.0 to avoid package-namespace-related breakage.
8+
59
0.18.0 (2016-10-31)
610
===================
711
- HALLOWEEN RELEASE!

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN mkdir -p /code
5252
WORKDIR /code
5353

5454
RUN pip install -U pip
55+
RUN pip install setuptools==30.4.0
5556

5657
COPY ./requirements.txt /code/
5758

mfr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.18.0'
1+
__version__ = '0.18.1'
22
__import__('pkg_resources').declare_namespace(__name__)

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ humanfriendly==2.1
55
invoke==0.11.1
66
mako==1.0.1
77
raven==5.27.0
8+
setuptools==30.4.0
89
stevedore==1.2.0
910
tornado==4.3
1011

0 commit comments

Comments
 (0)