File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
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.2...HEAD
8+ [ Unreleased ] : https://github.com/althonos/pronto/compare/v2.7.3...HEAD
9+
10+ ## [ v2.7.3] - 2026-01-12
11+ [ v2.7.3 ] : https://github.com/althonos/pronto/compare/v2.7.2...v2.7.3
12+ ### Fixed
13+ - Broken parsing of OBO files containing explicit ` is_a ` typedefs ([ #246 ] ( https://github.com/althonos/pronto/issues/246 ) ).
914
1015## [ v2.7.2] - 2025-11-10
1116[ v2.7.2 ] : https://github.com/althonos/pronto/compare/v2.7.1...v2.7.2
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2016-2025 Martin Larralde <martin.larralde@embl.de>
3+ Copyright (c) 2016-2026 Martin Larralde <martin.larralde@embl.de>
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11[
22 {
33 "name" : " v2.7 (stable)" ,
4- "version" : " 2.7.2 " ,
5- "url" : " https://pronto.readthedocs.io/en/v2.7.2 /"
4+ "version" : " 2.7.3 " ,
5+ "url" : " https://pronto.readthedocs.io/en/v2.7.3 /"
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.2 "
63+ __version__ = "2.7.3 "
6464
6565# Update the docstring with a link to the right version of the documentation
6666# instead of the latest.
You can’t perform that action at this time.
0 commit comments