Skip to content

Commit

Permalink
2.8.0 (#30)
Browse files Browse the repository at this point in the history
* 2.8.0

- rocker/verse -> 3.5.2
- civis-r -> 1.6.1
- civis-python -> 1.9.3
  • Loading branch information
patr1ckm authored Feb 12, 2019
1 parent d0122bb commit 69ece0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Version number changes (major.minor.micro) in this package denote the following:
- 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.
- 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.

## [2.8.0] - 2019-02-12

- rocker/verse -> 3.5.2
- civis-r -> 1.6.1
- civis-python -> 1.9.3

## [2.7.4] - 2018-08-14

- Added build time test for `civis`.
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/verse:3.5.0
FROM rocker/verse:3.5.2
MAINTAINER [email protected]

RUN DEBIAN_FRONTEND=noninteractive apt-get update -y --no-install-recommends && \
Expand All @@ -16,11 +16,11 @@ RUN curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
rm -rf ~/.cache/pip && \
rm -f get-pip.py

RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v1.5.0', upgrade_dependencies = FALSE);"
RUN Rscript -e "devtools::install_github('civisanalytics/civis-r', ref = 'v1.6.1', upgrade_dependencies = FALSE);"

RUN Rscript -e "library(civis)"

ENV VERSION=2.7.0 \
ENV VERSION=2.8.0 \
VERSION_MAJOR=2 \
VERSION_MINOR=7 \
VERSION_MINOR=8 \
VERSION_MICRO=0
2 changes: 1 addition & 1 deletion requirements-python.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
civis==1.9.0
civis==1.9.3
pubnub==4.0.12
joblib==0.11

0 comments on commit 69ece0b

Please sign in to comment.