From 5f40fd243c35be7cfc572abcbfd21723c047bed3 Mon Sep 17 00:00:00 2001 From: Jonas Marcello Date: Wed, 19 Apr 2023 07:39:28 +0200 Subject: [PATCH] Version bump to 3.1.5 --- CHANGELOG.rst | 6 ++++++ pyhpo/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03dbedf..c7da9fd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,12 @@ Changelog ========= +3.1.5 +----- +Data update to 2023-04-05 + +Minor fix in parsing to account for new JAX HPO data format + 3.0 --- Refactored huge parts of the code, enabling more strict mypy type checking diff --git a/pyhpo/__init__.py b/pyhpo/__init__.py index 17b9e6a..1038a9d 100644 --- a/pyhpo/__init__.py +++ b/pyhpo/__init__.py @@ -11,7 +11,7 @@ # The following info will be used by setup.py and sphinx documentation __author__ = 'Jonas Marcello' -__version__ = '3.1.4' +__version__ = '3.1.5' __all__ = ( 'Annotation',