Skip to content

Commit

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


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.6.2...HEAD
[Unreleased]: https://github.com/althonos/pyrodigal/compare/v3.6.3...HEAD


## [v3.6.3] - 2024-11-04
[v3.6.3]: https://github.com/althonos/pyrodigal/compare/v3.6.2...v3.6.3

### Fixed
- Dynamic dispatch to NEON connection scorer on Aarch64 MacOS.


## [v3.6.2] - 2024-11-03
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.6 (stable)",
"version": "3.6.2",
"url": "https://pyrodigal.readthedocs.io/en/v3.6.2/"
"version": "3.6.3",
"url": "https://pyrodigal.readthedocs.io/en/v3.6.3/"
},
{
"name": "v3.5",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "pyrodigal"
version = "3.6.2"
version = "3.6.3"
description = "Cython bindings and Python interface to Prodigal, an ORF finder for genomes and metagenomes."
readme = "README.md"
requires-python = ">=3.7"
Expand Down

0 comments on commit 3d958ac

Please sign in to comment.