Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Nov 6, 2024
1 parent 3a5cea4 commit a28130c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,26 @@
# Changelog
q# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.1...HEAD
[Unreleased]: https://github.com/althonos/pyfamsa/compare/v0.5.3...HEAD


## [v0.5.3] - 2024-11-05
[v0.5.3]: https://github.com/althonos/pyfamsa/compare/v0.5.2...v0.5.3

### Added
- Support for Python 3.13.

### Changed
- Use `scikit-build-core` to build package.

### Removed
- Support for Python 3.6.



## [v0.5.2] - 2024-09-19
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": "v0.5 (latest)",
"version": "0.5.2",
"url": "https://pyfamsa.readthedocs.io/en/v0.5.2/"
"version": "0.5.3",
"url": "https://pyfamsa.readthedocs.io/en/v0.5.3/"
},
{
"name": "v0.4",
Expand Down
4 changes: 2 additions & 2 deletions 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 = "pyfamsa"
version = "0.5.2"
version = "0.5.3"
description = "Cython bindings and Python interface to FAMSA, an algorithm for ultra-scale multiple sequence alignments."
readme = "README.md"
requires-python = ">=3.7"
Expand Down Expand Up @@ -107,4 +107,4 @@ warn_unused_ignores = true
warn_return_any = true

["tool.mypy-pyfamsa.tests"]
ignore_errors = true
ignore_errors = true

0 comments on commit a28130c

Please sign in to comment.