From 99472eecf306e7910b3e9548926f37141ada0cd7 Mon Sep 17 00:00:00 2001 From: Stephen Hoover Date: Thu, 9 Feb 2017 17:06:06 -0600 Subject: [PATCH] PROD Increase version to 1.1.0 (#7) We're bumping the Civis API client by a minor version with the next release, so the container increases by a minor version too. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5c6e719..cda0a5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN echo "backend : Agg" > ${HOME}/.config/matplotlib/matplotlibrc # Run matplotlib once to build the font cache RUN python -c "import matplotlib.pyplot" -ENV VERSION=1.0.1\ +ENV VERSION=1.1.0\ VERSION_MAJOR=1\ - VERSION_MINOR=0\ - VERSION_MICRO=1 + VERSION_MINOR=1\ + VERSION_MICRO=0