Skip to content

Commit

Permalink
Updates CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Måns Magnusson committed Sep 29, 2020
1 parent c6cf216 commit 8d08500
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,12 @@ Try to use the following format:
### Changed
### Fixed

## [13.2.0]

### Changed
- Only talk to genotype via subprocess and CLI


## [13.1.0]

### Changed
Expand Down
1 change: 1 addition & 0 deletions cg/apps/gt.py
Expand Up @@ -2,6 +2,7 @@

import logging

from subprocess import CalledProcessError
from cg.exc import CaseNotFoundError
from cg.utils.commands import Process

Expand Down

0 comments on commit 8d08500

Please sign in to comment.