Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [4.1.0] - 2018-04-19
### Added
- Added a link in the README directing users who may be reading documentation on DockerHub to instead go to GitHub (#56).

Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ENV JOBLIB_TEMP_FOLDER=/tmp
RUN mkdir -p /root/.local/lib/python3.6/site-packages
COPY warningsfilter.py /root/.local/lib/python3.6/site-packages/usercustomize.py

ENV VERSION=4.0.1 \
ENV VERSION=4.1.0 \
VERSION_MAJOR=4 \
VERSION_MINOR=0 \
VERSION_MICRO=1
VERSION_MINOR=1 \
VERSION_MICRO=0