Skip to content

Commit

Permalink
Update changelog and version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Oumaima Hamza committed Dec 12, 2024
1 parent bed6cf8 commit 97bf3d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# CHANGELOG

## Unreleased
## 1.7.8: 2024-12-12
- GCGI-1464: Standalone script to diff two Djerba JSON reports
- GCGI-1454: Added OncoKB definitions to WGTS40X and WGS40X assays
- GCGI-1469: Prevent provenance_helper from overwriting manually provided tumour and normal IDs
- GCGI-1472: Add all patient IDs to case_overview (not just the initial ID)
- GCGI-1326: Generate whizbam links to view fusions in split-view

## 1.7.7: 2024-11-11
- GCGI-1424: Fix rendering of non-Latin characters
Expand All @@ -14,7 +15,7 @@
- GCGI-1459: Update report date for PWGS assay from yyyy/mm/dd to date report was generated
- GCGI-1458: Change geneticist sign-off date from date report was generated to yyyy-mm-dd
- GCGI-1465: Fix for overzealous date format check from implementation of GCGI-1458
- GCGI-1326: Generate whizbam links to view fusions in split-view


## 1.7.6: 2024-10-22
- GCGI-1156: Merge long-running documentation branch to main
Expand Down
2 changes: 1 addition & 1 deletion src/lib/djerba/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 2) we can import it in setup.py for the same reason
# 3) it only needs to be stored in one place
# See https://stackoverflow.com/a/16084844
__version__ = '1.7.7'
__version__ = '1.7.8'

def get_djerba_version():
return __version__

0 comments on commit 97bf3d7

Please sign in to comment.