Skip to content

Commit 7be8ba3

Browse files
committed
Merge tag '0.16.4' into develop
release 0.16.4
2 parents 81304cd + 551abcb commit 7be8ba3

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.4] - 2026-06-09
10+
911
### Changed
1012
- automatically remove old cache directories
1113

@@ -508,6 +510,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
508510
- Added `-r` and `--match/--no-match` option to select sequences by regex.
509511

510512
[Unreleased]: https://github.com/vanheeringen-lab/genomepy/compare/master...develop
513+
[0.16.4]: https://github.com/vanheeringen-lab/genomepy/compare/0.16.3...0.16.4
511514
[0.16.3]: https://github.com/vanheeringen-lab/genomepy/compare/0.16.2...0.16.3
512515
[0.16.2]: https://github.com/vanheeringen-lab/genomepy/compare/0.16.1...0.16.2
513516
[0.16.1]: https://github.com/vanheeringen-lab/genomepy/compare/0.16.0...0.16.1

docs/release_checklist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
```shell
3232
pip install uv
3333
uv pip install hatch
34+
rm -rf dist
3435
hatch build -t wheel
3536
uv pip install --system dist/*.whl --force-reinstall
3637

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.3"
3+
__version__ = "0.16.4"
44
__author__ = (
55
"Siebren Frölich, Maarten van der Sande, Tilman Schäfers and Simon van Heeringen"
66
)

0 commit comments

Comments
 (0)