Skip to content

Commit

Permalink
Merge pull request #83 from Clinical-Genomics-Lund/release-2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
Markus Johansson authored Jun 30, 2021
2 parents 23fe91c + 796cf93 commit d1ad2cd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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

## [2.0.0]
### Added
- Command line interface for manageing Gens
- Commands for loading transcripts, annotations and chromosome size into database
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.2.1"
VERSION = "2.0.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"npm": "^7.5.4"
},
"name": "gens",
"version": "1.2.1",
"version": "2.0.0",
"description": "Interactive tool to visualize genomic copy number profiles from WGS data",
"main": "gens.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

setup(
name="gens",
version="1.2.1",
version="2.0.0",
description="Gens is a web-based interactive tool to visualize genomic copy number profiles from WGS data.",
license="MIT",
author="Ronja",
author="Ronja, Markus Johansson",
classifiers=[
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand Down

0 comments on commit d1ad2cd

Please sign in to comment.