Skip to content

Commit

Permalink
Version bump to 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Marcello committed Apr 19, 2023
1 parent 70684e5 commit 5f40fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyhpo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5f40fd2

Please sign in to comment.