Skip to content

Commit 02b6046

Browse files
authored
Merge pull request #20 from elsander/update-civis
DEP update civis-r to 1.2.0 and civis-python to 1.8.0
2 parents 2288ebf + 0070f78 commit 02b6046

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Version number changes (major.minor.micro) in this package denote the following:
88
- A minor version will increase if one or more packages contained in the Docker image add new, backwards-compatible features, or if a new package is added to the Docker image.
99
- A major version will increase if there are any backwards-incompatible changes in any of the packages contained in this Docker image, or any other backwards-incompabile changes in the execution environment.
1010

11+
## [2.4.0] - 2018-01-25
12+
13+
- update civis-r to 1.2.0
14+
- update civis-python to 1.8.0
15+
1116
## [2.3.0] - 2017-11-28
1217

1318
- Update civis-r to 1.1.1

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
1616
rm -rf ~/.cache/pip && \
1717
rm -f get-pip.py
1818

19-
RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v1.1.1', upgrade_dependencies = FALSE);"
19+
RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v1.2.0', upgrade_dependencies = FALSE);"
2020

21-
ENV VERSION=2.3.0 \
21+
ENV VERSION=2.4.0 \
2222
VERSION_MAJOR=2 \
23-
VERSION_MINOR=3 \
23+
VERSION_MINOR=4 \
2424
VERSION_MICRO=0

requirements-python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
civis==1.7.1
1+
civis==1.8.0
22
pubnub==4.0.12
33
joblib==0.11

0 commit comments

Comments
 (0)