Skip to content

Commit 54bc0d6

Browse files
bump version
1 parent 94f23fb commit 54bc0d6

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

AdapterRemoval.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH "ADAPTERREMOVAL" "1" "Mar 17, 2021" "2.3.0" "AdapterRemoval"
4-
.SH NAME
5-
AdapterRemoval \- Fast short-read adapter trimming and processing
63
.
74
.nr rst2man-indent-level 0
85
.
@@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
3027
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
3128
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
3229
..
30+
.TH "ADAPTERREMOVAL" "1" "Apr 15, 2022" "2.3.3" "AdapterRemoval"
31+
.SH NAME
32+
AdapterRemoval \- Fast short-read adapter trimming and processing
3333
.SH SYNOPSIS
3434
.sp
3535
\fBAdapterRemoval\fP [\fIoptions\fP\&...] \-\-file1 <\fIfilenames\fP> [\-\-file2 <\fIfilenames\fP>]

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.3.3 - 2022-04-15
2+
3+
* Updated Catch2 to fix compilation with glibc 2.34, courtesy of loganrosen.
4+
15
### Version 2.3.2 - 2021-03-17
26

37
* Improved error messages when AdapterRemoval failed to open or write FASTQ

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = u'2.3.2'
57+
version = u'2.3.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = u'2.3.2'
59+
release = u'2.3.3'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

src/main.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace ar
3131
{
3232

3333
const std::string NAME = "AdapterRemoval";
34-
const std::string VERSION = "ver. 2.3.2";
34+
const std::string VERSION = "ver. 2.3.3";
3535
const std::string HELPTEXT = \
3636
"This program searches for and removes remnant adapter sequences from\n"
3737
"your read data. The program can analyze both single end and paired end\n"

0 commit comments

Comments
 (0)