Skip to content

Commit db00380

Browse files
committed
Release v2.7.3
1 parent ae3e9df commit db00380

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.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

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT 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

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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.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",

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.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.

0 commit comments

Comments
 (0)