Skip to content

Commit

Permalink
ToulligQC is now 0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdren committed Mar 16, 2018
1 parent 52713dc commit 14a56e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.8 (2018-03-14)
* Fix unexisting import in toulligqc.py
* Fix the not working "--quiet" option


## 0.7 (2018-03-14)
* Fix Dockerfile that used the Ubuntu 17.04 (Ubuntu 17.04 packages repository is no more available)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt update && \
cd /tmp && \
git clone https://github.com/GenomicParisCentre/toulligQC && \
cd toulligQC && \
git checkout v0.7 && \
git checkout v0.8 && \
python3 setup.py build install && \
apt remove --yes git && \
apt clean
Expand Down
2 changes: 1 addition & 1 deletion toulligqc/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__='0.7'
__version__='0.8'

0 comments on commit 14a56e3

Please sign in to comment.