diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fe5f7d39..5c4e7bb52c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). About changelog [here](https://keepachangelog.com/en/1.0.0/) -## [unreleased] +## [4.77] ### Added - Orpha disease terms now include information on inheritance - Case loading via .yaml config file accepts subject_id and phenotype_groups (if previously defined as constant default or added per institute) diff --git a/scout/__version__.py b/scout/__version__.py index 0bf00e5de4..415ec3d678 100644 --- a/scout/__version__.py +++ b/scout/__version__.py @@ -1 +1 @@ -__version__ = "4.76" +__version__ = "4.77"