Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkelSchubert committed Apr 15, 2022
1 parent 94f23fb commit 54bc0d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
6 changes: 3 additions & 3 deletions AdapterRemoval.1
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
.\" Man page generated from reStructuredText.
.
.TH "ADAPTERREMOVAL" "1" "Mar 17, 2021" "2.3.0" "AdapterRemoval"
.SH NAME
AdapterRemoval \- Fast short-read adapter trimming and processing
.
.nr rst2man-indent-level 0
.
Expand Down Expand Up @@ -30,6 +27,9 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "ADAPTERREMOVAL" "1" "Apr 15, 2022" "2.3.3" "AdapterRemoval"
.SH NAME
AdapterRemoval \- Fast short-read adapter trimming and processing
.SH SYNOPSIS
.sp
\fBAdapterRemoval\fP [\fIoptions\fP\&...] \-\-file1 <\fIfilenames\fP> [\-\-file2 <\fIfilenames\fP>]
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.3.3 - 2022-04-15

* Updated Catch2 to fix compilation with glibc 2.34, courtesy of loganrosen.

### Version 2.3.2 - 2021-03-17

* Improved error messages when AdapterRemoval failed to open or write FASTQ
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'2.3.2'
version = u'2.3.3'
# The full version, including alpha/beta/rc tags.
release = u'2.3.2'
release = u'2.3.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/main.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace ar
{

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

0 comments on commit 54bc0d6

Please sign in to comment.