Skip to content

Commit

Permalink
Updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaweiss committed Jul 20, 2021
1 parent 4d8178a commit cee1ce5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&\
Expand Down
12 changes: 12 additions & 0 deletions documentation/validation_log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit cee1ce5

Please sign in to comment.