Skip to content

Commit feb8938

Browse files
committed
Release v3.5.2
1 parent cc771b3 commit feb8938

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.1...HEAD
1010

1111

12+
## [v3.5.2] - 2024-09-04
13+
[v3.5.2]: https://github.com/althonos/pyrodigal/compare/v3.5.1...v3.5.2
14+
15+
### Added
16+
- Warning in CLI when given sequences with empty identifiers.
17+
18+
### Fixed
19+
- FASTA parser used in CLI crashing on empty header lines ([#61](https://github.com/althonos/pyrodigal/issues/61)).
20+
21+
1222
## [v3.5.1] - 2024-07-17
1323
[v3.5.1]: https://github.com/althonos/pyrodigal/compare/v3.5.0...v3.5.1
1424

docs/_static/json/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
33
"name": "v3.5 (stable)",
4-
"version": "3.5.1",
5-
"url": "https://pyrodigal.readthedocs.io/en/v3.5.1/"
4+
"version": "3.5.2",
5+
"url": "https://pyrodigal.readthedocs.io/en/v3.5.2/"
66
},
77
{
88
"name": "v3.4",

pyrodigal/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.1"
1+
__version__ = "3.5.2"

0 commit comments

Comments
 (0)