Skip to content

Commit 35dbf24

Browse files
committed
Update release notes
1 parent bc92ee2 commit 35dbf24

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# History
22

3+
# 2.2.2 (2024-10-03)
4+
- Fix for handling ENA urls for paired end data
5+
36
# 2.2.1 (2024-08-21)
47
- Fix for handling ENA urls
58
- Migrated to pyproject.toml

pysradb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
__author__ = """Saket Choudhary"""
55
__email__ = "saketkc@gmail.com"
6-
__version__ = "2.2.1"
6+
__version__ = "2.2.2"
77

88
from .filter_attrs import expand_sample_attribute_columns
99
from .geodb import GEOdb

0 commit comments

Comments
 (0)