diff --git a/CHANGES.md b/CHANGES.md index 00a109b..6c9d73b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ # Changelog -## 2.7 (TBD) +## 2.7 (2024-06-21) * Moved to Ubuntu 24.04. * Added support for ONT samplesheet. * ToulligQC now recognizes the barcode column name as 'barcode'. diff --git a/Dockerfile b/Dockerfile index a9b9ac5..1df4df6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:24.04 MAINTAINER Laurent Jourdren -ARG VERSION=2.7.0 +ARG VERSION=2.7 ARG INSTALL_PACKAGES="git" RUN apt update && \ DEBIAN_FRONTEND=noninteractive apt install --yes \ diff --git a/toulligqc/version.py b/toulligqc/version.py index e843b3e..fe06b38 100644 --- a/toulligqc/version.py +++ b/toulligqc/version.py @@ -1 +1 @@ -__version__ = '2.6' +__version__ = '2.7'