Skip to content

Commit 1205d67

Browse files
authored
MAINT Update version to 4.1.0 (civisanalytics#59)
1 parent 5c06d45 commit 1205d67

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Version number changes (major.minor.micro) in this package denote the following:
99

1010
## Unreleased
1111

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

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ ENV JOBLIB_TEMP_FOLDER=/tmp
112112
RUN mkdir -p /root/.local/lib/python3.6/site-packages
113113
COPY warningsfilter.py /root/.local/lib/python3.6/site-packages/usercustomize.py
114114

115-
ENV VERSION=4.0.1 \
115+
ENV VERSION=4.1.0 \
116116
VERSION_MAJOR=4 \
117-
VERSION_MINOR=0 \
118-
VERSION_MICRO=1
117+
VERSION_MINOR=1 \
118+
VERSION_MICRO=0

0 commit comments

Comments
 (0)