Skip to content
Snippets Groups Projects
Commit 03b66255 authored by Martin Larralde's avatar Martin Larralde
Browse files

Release v0.10.10

parent 8d28bca9
No related branches found
No related tags found
No related merge requests found
Pipeline #56989 passed
......@@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.9...HEAD
[Unreleased]: https://github.com/althonos/pyhmmer/compare/v0.10.10...HEAD
## [v0.10.10] - 2024-03-18
[v0.10.10]: https://github.com/althonos/pyhmmer/compare/v0.10.9...v0.10.10
### Fixed
- Implement `write` function for `fopencookie` with `off_t` instead of `off64_t` for compatibility.
- Fix handling of NULL buffers passed to `read` and `write` methods of `fopencookie`.
## [v0.10.9] - 2024-03-12
......
......@@ -32,7 +32,7 @@ from .hmmer import hmmalign, hmmsearch, hmmpress, nhmmer, hmmscan, phmmer, jackh
__author__ = "Martin Larralde <martin.larralde@embl.de>"
__license__ = "MIT"
__version__ = "0.10.9"
__version__ = "0.10.10"
__all__ = [
"errors",
"easel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment