Skip to content

Commit

Permalink
Release v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 4, 2024
1 parent cc771b3 commit feb8938
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.1...HEAD


## [v3.5.2] - 2024-09-04
[v3.5.2]: https://github.com/althonos/pyrodigal/compare/v3.5.1...v3.5.2

### Added
- Warning in CLI when given sequences with empty identifiers.

### Fixed
- FASTA parser used in CLI crashing on empty header lines ([#61](https://github.com/althonos/pyrodigal/issues/61)).


## [v3.5.1] - 2024-07-17
[v3.5.1]: https://github.com/althonos/pyrodigal/compare/v3.5.0...v3.5.1

Expand Down
4 changes: 2 additions & 2 deletions docs/_static/json/switcher.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"name": "v3.5 (stable)",
"version": "3.5.1",
"url": "https://pyrodigal.readthedocs.io/en/v3.5.1/"
"version": "3.5.2",
"url": "https://pyrodigal.readthedocs.io/en/v3.5.2/"
},
{
"name": "v3.4",
Expand Down
2 changes: 1 addition & 1 deletion pyrodigal/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.5.1"
__version__ = "3.5.2"

0 comments on commit feb8938

Please sign in to comment.