Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
robinandeer committed Mar 8, 2016
1 parent ec06010 commit 9547451
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.4] - 2016-03-08
## [3.4.1] - 2016-03-08
### Changed
- setup and tear down session in Flask app usage

## [3.4.0] - 2016-03-08
### Added
- All new transcript focused schema, generally activated by `--transcript` flag in CLI, this significantly reduces the database footprint and speeds up loading to only a few seconds for a full exome

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,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='3.4.0',
version='3.4.1',

description='Coverage analysis tool for clinical sequencing',
long_description=long_description,
Expand Down

0 comments on commit 9547451

Please sign in to comment.