Skip to content

Commit 43e1154

Browse files
committed
Merge branch 'hotfix/0.18.2'
2 parents faa6f0a + 05d6129 commit 43e1154

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG

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

5+
0.18.2 (2017-01-04)
6+
===================
7+
- Happy New Year!
8+
- Fix: Be more ruthless about fixing setuptools breakage in Dockerfile. (thanks, @cwisecarver!)
9+
510
0.18.1 (2016-12-13)
611
===================
712
- Pin setuptools to v30.4.0 to avoid package-namespace-related breakage.

Dockerfile

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

5454
RUN pip install -U pip
55+
RUN pip uninstall -y setuptools
56+
RUN rm -f /usr/local/lib/python3.5/site-packages/mfr-nspkg.pth
5557
RUN pip install setuptools==30.4.0
5658

5759
COPY ./requirements.txt /code/

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.1'
1+
__version__ = '0.18.2'
22
__import__('pkg_resources').declare_namespace(__name__)

0 commit comments

Comments
 (0)