Skip to content

Commit 65ee361

Browse files
committed
release 0.16.3
1 parent c67c025 commit 65ee361

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

genomepy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
)

0 commit comments

Comments
 (0)