Skip to content

Commit

Permalink
Merge pull request #71 from Clinical-Genomics-Lund/release-1.2.0
Browse files Browse the repository at this point in the history
Release notes version 1.2.0
  • Loading branch information
Markus Johansson authored Apr 23, 2021
2 parents fc26452 + 226994b commit ccaa8b0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/)
About changelog [here](https://keepachangelog.com/en/1.0.0/)

## [x.x.x]
### Added
### Changed
### Fixed

## [1.2.0]
### Added
- Added github workflow for running pytest on PRs
- Added unit tests
Expand Down
2 changes: 1 addition & 1 deletion gens/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.1.2"
VERSION = "1.2.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"npm": "^7.5.4"
},
"name": "gens",
"version": "1.1.2",
"version": "1.2.0",
"description": "Interactive tool to visualize genomic copy number profiles from WGS data",
"main": "gens.js",
"scripts": {
Expand Down

0 comments on commit ccaa8b0

Please sign in to comment.