From cee1ce5b403d36de09da53e6a931ee652a950c5f Mon Sep 17 00:00:00 2001 From: Talia Weiss Date: Tue, 20 Jul 2021 17:43:06 -0400 Subject: [PATCH] Updated version number --- Dockerfile | 2 +- documentation/validation_log.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 91380fde..ecc1d19a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ FROM ${IMG_USER}/${IMG_REPO}:${IMG_TAG} as mermithid_common ARG build_type=Release ENV MERMITHID_BUILD_TYPE=$build_type -ENV MERMITHID_TAG=v1.2.2 +ENV MERMITHID_TAG=v1.2.3 ENV MERMITHID_BUILD_PREFIX=/usr/local/p8/mermithid/$MERMITHID_TAG RUN mkdir -p $MERMITHID_BUILD_PREFIX &&\ diff --git a/documentation/validation_log.rst b/documentation/validation_log.rst index 754571ec..e148dc91 100644 --- a/documentation/validation_log.rst +++ b/documentation/validation_log.rst @@ -4,6 +4,18 @@ Validation Log Log --- +Version: v1.2.3 +~~~~~~~~~~~~~~~~ + +Release Date: Tues July 20 2021 +'''''''''''''''''''''''''''''' + +Fixes: +''''''''''''' + +* Updated mermithid and morpho submodule to handle PyROOT updates +* Changed "python" to "python3" for Dockerfile and tests + Version: v1.2.2 ~~~~~~~~~~~~~~~~