Skip to content

Commit 4d33bcb

Browse files
committed
Release 1.21.1
1 parent 0dc518f commit 4d33bcb

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

NEWS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Noteworthy changes in release a.b
2-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1+
Noteworthy changes in release 1.21.1 (18th March 2026)
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33

44
Bug fixes
55
---------

annot-tsv.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
'\" t
2-
.TH annot-tsv 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
2+
.TH annot-tsv 1 "18 March 2026" "htslib-1.21.1" "Bioinformatics tools"
33
.\"
44
.\" Copyright (C) 2015, 2017-2018, 2023-2024 Genome Research Ltd.
55
.\"

bgzip.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH bgzip 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
1+
.TH bgzip 1 "18 March 2026" "htslib-1.21.1" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
bgzip \- Block compression/decompression utility

htsfile.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htsfile 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
1+
.TH htsfile 1 "18 March 2026" "htslib-1.21.1" "Bioinformatics tools"
22
.SH NAME
33
htsfile \- identify high-throughput sequencing data files
44
.\"

htslib-s3-plugin.7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH htslib-s3-plugin 7 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
1+
.TH htslib-s3-plugin 7 "18 March 2026" "htslib-1.21.1" "Bioinformatics tools"
22
.SH NAME
33
htslib-s3-plugin \- htslib AWS S3 plugin
44
.\"

htslib/hts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ const char *hts_version(void);
489489
// Immediately after release, bump ZZ to 90 to distinguish in-development
490490
// Git repository builds from the release; you may wish to increment this
491491
// further when significant features are merged.
492-
#define HTS_VERSION 102190
492+
#define HTS_VERSION 102101
493493

494494
/*! @abstract Introspection on the features enabled in htslib
495495
*

tabix.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH tabix 1 "12 September 2024" "htslib-1.21" "Bioinformatics tools"
1+
.TH tabix 1 "18 March 2026" "htslib-1.21.1" "Bioinformatics tools"
22
.SH NAME
33
.PP
44
tabix \- Generic indexer for TAB-delimited genome position files

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# DEALINGS IN THE SOFTWARE.
2525

2626
# Master version, for use in tarballs or non-git source copies
27-
VERSION=1.21
27+
VERSION=1.21.1
2828

2929
# If we have a git clone, then check against the current tag
3030
srcdir=${0%/version.sh}

0 commit comments

Comments
 (0)