Skip to content

Commit

Permalink
Merge 47bd8d1 into 6a2af80
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Nov 13, 2020
2 parents 6a2af80 + 47bd8d1 commit 16865e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[bumpversion]
current_version = 4.4.0
current_version = 4.5.1
commit = True
tag = True
tag_name = {new_version}

[bumpversion:file:setup.py]

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.5.1] - 2020-11-13
### Fixed
- Patching version number

## [4.5.0] - 2020-11-12
### Added
- Dockerfile
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 16865e2

Please sign in to comment.