File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66
77## [ Unreleased]
88
9+ ## [ 0.16.3] - 2025-09-30
10+
911### Changed
1012- if none of the requested providers are online, raise an error
1113- added retry for gencode ping (flaky connection)
@@ -500,6 +502,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
500502- Added ` -r ` and ` --match/--no-match ` option to select sequences by regex.
501503
502504[ Unreleased ] : https://github.com/vanheeringen-lab/genomepy/compare/master...develop
505+ [ 0.16.3 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.16.2...0.16.3
503506[ 0.16.2 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.16.1...0.16.2
504507[ 0.16.1 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.16.0...0.16.1
505508[ 0.16.0 ] : https://github.com/vanheeringen-lab/genomepy/compare/0.15.0...0.16.0
Original file line number Diff line number Diff line change 11"""Metadata"""
22
3- __version__ = "0.16.2 "
3+ __version__ = "0.16.3 "
44__author__ = (
55 "Siebren Frölich, Maarten van der Sande, Tilman Schäfers and Simon van Heeringen"
66)
You can’t perform that action at this time.
0 commit comments