File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments