Skip to content

Commit

Permalink
bump civis-python to 1.14.1, bump version to 6.2.1 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman authored Apr 23, 2020
1 parent 0d95b0e commit a48266a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Version number changes (major.minor.micro) in this package denote the following:

## Unreleased

## [6.2.1]
### Package Updates
- civis 1.14.0 -> 1.14.1 (#78)

## [6.2.0]
### Package Updates
- civis 1.13.0 -> 1.14.0 (#77)
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN jupyter nbextension enable --py widgetsnbextension
# https://github.com/joblib/joblib/blob/0.11/joblib/parallel.py#L328L342
ENV JOBLIB_TEMP_FOLDER=/tmp

ENV VERSION=6.2.0 \
ENV VERSION=6.2.1 \
VERSION_MAJOR=6 \
VERSION_MINOR=2 \
VERSION_MICRO=0
VERSION_MICRO=1
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- urllib3=1.25.7
- xgboost=0.81
- pip:
- civis==1.14.0
- civis==1.14.1
- civisml-extensions==0.2.1
- dropbox==9.4.0
- ftputil==3.4
Expand Down

0 comments on commit a48266a

Please sign in to comment.