Skip to content

Commit 7b01719

Browse files
committed
Release v3.5.1
1 parent f4c56f3 commit 7b01719

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77

88
## [Unreleased]
9-
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.0...HEAD
9+
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.5.1...HEAD
1010

1111

12-
## [v3.5.0] - 2024-07-17
12+
## [v3.5.1] - 2024-07-17
13+
[v3.5.1]: https://github.com/althonos/pyrodigal/compare/v3.5.0...v3.5.1
14+
15+
### Fixed
16+
- Outdated code in `pyrodigal.cli` breaking the CLI.
17+
18+
19+
## [v3.5.0] - 2024-07-17 - YANKED
1320
[v3.5.0]: https://github.com/althonos/pyrodigal/compare/v3.4.1...v3.5.0
1421

1522
### Added

docs/_static/json/switcher.json

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

docs/guide/cli.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ of Pyrodigal, such as multi-threading or smaller gene prediction:
5151
--max-overlap MAX_OVERLAP The maximum number of nucleotides that can overlap between two genes on the same strand.
5252
This must be lower or equal to the minimum gene length.
5353
--no-stop-codon Disables translation of stop codons into star characters (*) for complete genes.
54-
--pool {thread,process} The sort of pool to use to process genomes in parallel. Processes may be faster than
54+
--pool {thread,process} The sort of pool to use to process genomes in parallel. Processes may be faster than
5555
threads on some machines, refer to documentation. (default: thread)
5656
5757
Piping

pyrodigal/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.5.0"
1+
__version__ = "3.5.1"

0 commit comments

Comments
 (0)