Skip to content

Commit

Permalink
New minor version 4.76 (#4358)
Browse files Browse the repository at this point in the history
* New minor version 4.76

* Improve one item in changelog

* typo

---------

Co-authored-by: Chiara Rasi <[email protected]>
  • Loading branch information
northwestwitch and Chiara Rasi authored Jan 25, 2024
1 parent 2ee5d1b commit ad8fb78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.76]
### Added
- Pydantic validation of image paths provided in case load config file
- Info on the user which created a ClinVar submission, when available
Expand All @@ -16,7 +16,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Analysis type and direct link from cases list for OGM cases
- Removed unused `case_obj` parameter from server/blueprints/variant/controllers/observations function
- Possibility to reset ClinVar submission ID
- Allow any user with ClinVar submission clearance to submit variants, even if no ClinVar submission API key is saved in the institute settings
- Allow ClinVar submissions with custom API key for users registered as ClinVar submitters or when institute doesn't have a preset list of ClinVar submitters
- Ordered event verbs alphabetically and created ClinVar-related user events
- Removed the unused "no-variants" option from the load case command line
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion scout/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.75"
__version__ = "4.76"

0 comments on commit ad8fb78

Please sign in to comment.