Skip to content

Commit ca8ccb1

Browse files
release v0.5.1
1 parent 496cf82 commit ca8ccb1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ All changed fall under either one of these types: `Added`, `Changed`, `Deprecate
88

99
## [Unreleased]
1010

11+
## [0.5.1] - 2021-04-01
12+
1113
### Added
1214

1315
- added CLI functionality to the deseq2.R script (try it with `Rscript /path/to/deseq2.R --help`!)
@@ -361,7 +363,8 @@ Many minor bug- and quality of life fixes.
361363
## [0.0.0] - 2020-06-11
362364
First release of seq2science!
363365

364-
[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/master...v0.4.2
366+
[Unreleased]: https://github.com/vanheeringen-lab/seq2science/compare/master...v0.5.1
367+
[0.5.0]: https://github.com/vanheeringen-lab/seq2science/compare/v0.5.1...v0.5.0
365368
[0.5.0]: https://github.com/vanheeringen-lab/seq2science/compare/v0.5.0...v0.4.3
366369
[0.4.3]: https://github.com/vanheeringen-lab/seq2science/compare/v0.4.3...v0.4.2
367370
[0.4.2]: https://github.com/vanheeringen-lab/seq2science/compare/v0.4.2...v0.4.1

seq2science/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from . import util
22

33
__all__ = ["util"]
4-
__version__ = "0.5.0"
4+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)