Skip to content

Commit 16c4cb4

Browse files
author
Steven Wingett
committed
Updated RELEASE_NOTES.txt and fastq_screen version number in preparation for next release.
1 parent 4461ec7 commit 16c4cb4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

RELEASE_NOTES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release notes for FastQ Screen v0.13.0 (12 September 2018)
2+
----------------------------------------------------------
3+
Added --get_genomes option.
4+
5+
Updated documentation.
6+
7+
8+
19
Release notes for FastQ Screen v0.12.2 (16 August 2018)
210
-------------------------------------------------------
311
For bisulfite mapping, bismark is now run in --ambiguous

fastq_screen

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use File::Path;
1313
use Data::Dumper;
1414

1515

16-
our $VERSION = "0.13.0.dev";
16+
our $VERSION = "0.13.0";
1717

1818
###########################################################################
1919
###########################################################################

0 commit comments

Comments
 (0)