Skip to content

Commit

Permalink
Release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Jul 17, 2024
1 parent f4c56f3 commit 7b01719
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.0...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.1...HEAD


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

### Fixed
- Outdated code in `pyrodigal.cli` breaking the CLI.


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

### Added
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.0",
"url": "https://pyrodigal.readthedocs.io/en/v3.5.0/"
"version": "3.5.1",
"url": "https://pyrodigal.readthedocs.io/en/v3.5.1/"
},
{
"name": "v3.4",
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ of Pyrodigal, such as multi-threading or smaller gene prediction:
--max-overlap MAX_OVERLAP The maximum number of nucleotides that can overlap between two genes on the same strand.
This must be lower or equal to the minimum gene length.
--no-stop-codon Disables translation of stop codons into star characters (*) for complete genes.
--pool {thread,process} The sort of pool to use to process genomes in parallel. Processes may be faster than
--pool {thread,process} The sort of pool to use to process genomes in parallel. Processes may be faster than
threads on some machines, refer to documentation. (default: thread)
Piping
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.0"
__version__ = "3.5.1"

0 comments on commit 7b01719

Please sign in to comment.