diff --git a/CHANGELOG.md b/CHANGELOG.md index 15857b6f45..0af521ad6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/) ## [x.x.x] ### Added +### Fixed +### Changed + +## [4.36] +### Added - Parse and save splice junction tracks from case config file - Tooltip in observations panel, explaining that case variants with no link might be old variants, not uploaded after a case rerun ### Fixed diff --git a/scout/__version__.py b/scout/__version__.py index 07d5895808..f4032fe2cd 100644 --- a/scout/__version__.py +++ b/scout/__version__.py @@ -1 +1 @@ -__version__ = "4.35" +__version__ = "4.36"