Skip to content

Commit 0bf0814

Browse files
committed
release 0.16
1 parent 4213c6a commit 0bf0814

2 files changed

Lines changed: 4 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.0] - 2023-05-31
10+
911
### Added
1012
- `genomepy search` now accepts the `--exact` flag
1113
- `genomepy.Annotation.attributes()` returns a list of all attributes from the GTF attributes column.
@@ -471,6 +473,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
471473
- Added `-r` and `--match/--no-match` option to select sequences by regex.
472474

473475
[Unreleased]: https://github.com/vanheeringen-lab/genomepy/compare/master...develop
476+
[0.16.0]: https://github.com/vanheeringen-lab/genomepy/compare/0.15.0...0.16.0
474477
[0.15.0]: https://github.com/vanheeringen-lab/genomepy/compare/0.14.0...0.15.0
475478
[0.14.0]: https://github.com/vanheeringen-lab/genomepy/compare/0.13.1...0.14.0
476479
[0.13.1]: https://github.com/vanheeringen-lab/genomepy/compare/0.13.0...0.13.1

genomepy/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Metadata"""
2-
__version__ = "0.15.0"
2+
__version__ = "0.16.0"
33
__author__ = (
44
"Siebren Frölich, Maarten van der Sande, Tilman Schäfers and Simon van Heeringen"
55
)

0 commit comments

Comments
 (0)