Skip to content

Commit

Permalink
[CIVP-22369] - bugfix python client release (#81)
Browse files Browse the repository at this point in the history
* [CIVP-22369] - bugfix python client release

* updated changelog
  • Loading branch information
byndcivilization authored Nov 13, 2020
1 parent 696e25e commit 07031bc
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.3.1]
### Package Updates
- civis 1.15.0 -> 1.15.1 (#81)

## [6.3.0]
### Package Updates
- civis 1.14.0 -> 1.15.0 (#79)
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.3.0 \
ENV VERSION=6.3.1 \
VERSION_MAJOR=6 \
VERSION_MINOR=3 \
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.15.0
- civis==1.15.1
- civisml-extensions==0.2.1
- dropbox==9.4.0
- ftputil==3.4
Expand Down

0 comments on commit 07031bc

Please sign in to comment.