Skip to content

Commit bae60ee

Browse files
committed
Release v2.7.1
1 parent 70b5366 commit bae60ee

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
[Unreleased]: https://github.com/althonos/pronto/compare/v2.7.0...HEAD
8+
[Unreleased]: https://github.com/althonos/pronto/compare/v2.7.1...HEAD
9+
10+
## [v2.7.1] - 2025-10-25
11+
[v2.7.1]: https://github.com/althonos/pronto/compare/v2.7.0...v2.7.1
12+
### Changed
13+
- Relax dependencies to support both `fastobo` versions `v0.13` and `v0.14`.
914

1015
## [v2.7.0] - 2025-03-05
1116
[v2.7.0]: https://github.com/althonos/pronto/compare/v2.6.0...v2.7.0

docs/source/_static/json/switcher.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
33
"name": "v2.7 (stable)",
4-
"version": "2.7.0",
5-
"url": "https://pronto.readthedocs.io/en/v2.7.0/"
4+
"version": "2.7.1",
5+
"url": "https://pronto.readthedocs.io/en/v2.7.1/"
66
},
77
{
88
"name": "v2.6",

pronto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
__author__ = "Martin Larralde <martin.larralde@embl.de>"
6262
__license__ = "MIT"
63-
__version__ = "2.7.0"
63+
__version__ = "2.7.1"
6464

6565
# Update the docstring with a link to the right version of the documentation
6666
# instead of the latest.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.11",
2828
"Programming Language :: Python :: 3.12",
2929
"Programming Language :: Python :: 3.13",
30+
"Programming Language :: Python :: 3.14",
3031
"Programming Language :: Python :: Implementation :: CPython",
3132
"Programming Language :: Python :: Implementation :: PyPy",
3233
"Topic :: Scientific/Engineering :: Bio-Informatics",

0 commit comments

Comments
 (0)