From 8438fa30963ed16e07fe2054cb86be0ff89810ee Mon Sep 17 00:00:00 2001 From: Michael Heilman Date: Wed, 30 Sep 2020 11:27:47 -0500 Subject: [PATCH] update base datascience-python version to v6.3.0 --- CHANGELOG.md | 4 ++++ Dockerfile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d2db87..ad2539c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [2.3.0] - 2020-09-30 +### Changed +- update base datascience-python version to v6.3.0 (#46) + ## [2.2.0] - 2020-09-09 ### Changed - update civis-jupyter-notebook version to v2.0.0 (#45) diff --git a/Dockerfile b/Dockerfile index bcc3dbe..fcc45a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM civisanalytics/datascience-python:6.2.1 +FROM civisanalytics/datascience-python:6.3.0 MAINTAINER support@civisanalytics.com # Version strings are set in datascience-python