diff --git a/CHANGES.md b/CHANGES.md index 5f97c7b..759c759 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## 1.0 (2018-10-23) +* Report.data log file reviewed + ## 0.10 (2018-07-18) * Add pipeline.log parsing option diff --git a/Dockerfile b/Dockerfile index 5d1056b..53b6999 100755 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN apt update && \ cd /tmp && \ git clone https://github.com/GenomicParisCentre/toulligQC && \ cd toulligQC && \ - git checkout v0.10 && \ + git checkout v1.0 && \ python3 setup.py build install && \ apt remove --yes git && \ apt clean diff --git a/toulligqc/version.py b/toulligqc/version.py index 1426f5b..7e49527 100644 --- a/toulligqc/version.py +++ b/toulligqc/version.py @@ -1 +1 @@ -__version__='0.10' +__version__ = '1.0'