Skip to content

Commit 1bd2d12

Browse files
authored
Bump version to 3.10.1 (#174)
* Bump version to 3.10.1 * update changelog
1 parent 44b80ef commit 1bd2d12

File tree

3 files changed

+1266
-121
lines changed

3 files changed

+1266
-121
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Please add a new candidate release at the top after changing the latest one. Fee
88

99
Try to use the following format:
1010

11-
## [unreleased]
11+
## [3.10.1]
1212
### Fixed
13-
- Documentation formatting for more modern mkdocs (pages to nav)
14-
- Stable sort in bioconda (BusyBox sort) not recognizing long options
15-
- Unstable `Annotation=` order in `genmod annotate --regions`
13+
- Documentation formatting for more modern mkdocs (pages to nav) ([#168](https://github.com/Clinical-Genomics/genmod/pull/168))
14+
- Stable sort in bioconda (BusyBox sort) not recognizing long options ([#170](https://github.com/Clinical-Genomics/genmod/pull/170))
15+
- Unstable `Annotation=` order in `genmod annotate --regions` ([#173](https://github.com/Clinical-Genomics/genmod/pull/173))
1616

1717
## [3.10]
1818
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "genmod"
3-
version = "3.10"
3+
version = "3.10.1"
44
description = "Annotate genetic inheritance models in Variant Call Format (VCF) files"
55
authors = [{name="Mans Magnuson", email="mans.magnusson@scilifelab.se"}, {name="Tor Björgen", email="tor.bjorgen@scilifelab.se"}, {name="Felix Lenner", email="felix.lenner@scilifelab.se"}, {name="Anders Jemt", email="anders.jemt@scilifelab.se"}, {name="Daniel Nilsson", email="daniel.nilsson@ki.se"}]
66
license = {text = "MIT License"}

0 commit comments

Comments
 (0)