File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,14 @@ 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.6.1...HEAD
9+ [ Unreleased ] : https://github.com/althonos/pyrodigal/compare/v3.6.2...HEAD
10+
11+
12+ ## [ v3.6.2] - 2024-11-03
13+ [ v3.6.2 ] : https://github.com/althonos/pyrodigal/compare/v3.6.1...v3.6.2
14+
15+ ### Fixed
16+ - ` pyrodigal ` console script not being installed.
1017
1118
1219## [ v3.6.1] - 2024-11-03
Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " v3.6 (stable)" ,
4- "version" : " 3.6.1 " ,
5- "url" : " https://pyrodigal.readthedocs.io/en/v3.6.1 /"
4+ "version" : " 3.6.2 " ,
5+ "url" : " https://pyrodigal.readthedocs.io/en/v3.6.2 /"
66 },
77 {
88 "name" : " v3.5" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44
55[project ]
66name = " pyrodigal"
7- version = " 3.6.1 "
7+ version = " 3.6.2 "
88description = " Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
99readme = " README.md"
1010requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments