Skip to content

Commit

Permalink
Merge b5a7c6f into f580123
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Nov 12, 2020
2 parents f580123 + b5a7c6f commit a31dc0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.4.0] - 2020-02-12

## [4.5.0] - 2020-11-12
### Added
- User can pass on file with row separated gene IDs for coverage calculation
- Dockerfile
- Added the Docker image build and push triggered by new releases
- Added githib action running pytest and coveralls
- Added github action running pytest and coveralls

## [4.4.0] - 2020-02-12
### Added
- User can pass on file with row separated gene IDs for coverage calculation

## [4.3.0] - 2020-02-05

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_tests(self):
# Versions should comply with PEP440. For a discussion on
# single-sourcing the version across setup.py and the project code,
# see http://packaging.python.org/en/latest/tutorial.html#version
version='4.4.0',
version='4.5.0',

description='Coverage analysis tool for clinical sequencing',
# What does your project relate to? Separate with spaces.
Expand Down

0 comments on commit a31dc0e

Please sign in to comment.