Skip to content

Commit

Permalink
ToulligQC is now 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alihamraoui committed Mar 1, 2024
1 parent ed47753 commit 03e2c82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
## 2.5.1 (2023-02-22)
* Adapts ToulligQC v2.5 to pandas 2.0
## 2.5.2 (2023-02-22)
* Adapts ToulligQC v2.5 to pandas v2.0
* Adapts ToulligQC v2.5 to numpy >v1.24
* FIX: 'barcode_arrangement' column error (v2.5.1 bug).
## 2.5 (2023-11-03)
* Fixed error when no failed reads were found (Issue #20).
* Fixed error when unclassified barcodes were missing.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:23.10

MAINTAINER Laurent Jourdren <jourdren@bio.ens.psl.eu>
ARG VERSION=2.5.1
ARG VERSION=2.5.2
RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install --yes \
python3 \
Expand Down
2 changes: 1 addition & 1 deletion toulligqc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.5.1'
__version__ = '2.5.2'

0 comments on commit 03e2c82

Please sign in to comment.