We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c06d45 commit 1205d67Copy full SHA for 1205d67
CHANGELOG.md
@@ -9,6 +9,7 @@ Version number changes (major.minor.micro) in this package denote the following:
9
10
## Unreleased
11
12
+## [4.1.0] - 2018-04-19
13
### Added
14
- Added a link in the README directing users who may be reading documentation on DockerHub to instead go to GitHub (#56).
15
Dockerfile
@@ -112,7 +112,7 @@ ENV JOBLIB_TEMP_FOLDER=/tmp
112
RUN mkdir -p /root/.local/lib/python3.6/site-packages
113
COPY warningsfilter.py /root/.local/lib/python3.6/site-packages/usercustomize.py
114
115
-ENV VERSION=4.0.1 \
+ENV VERSION=4.1.0 \
116
VERSION_MAJOR=4 \
117
- VERSION_MINOR=0 \
118
- VERSION_MICRO=1
+ VERSION_MINOR=1 \
+ VERSION_MICRO=0
0 commit comments