Skip to content

Commit

Permalink
Merge pull request #424 from Clinical-Genomics/version_3.2
Browse files Browse the repository at this point in the history
Minor release 3.2
  • Loading branch information
northwestwitch authored Feb 18, 2025
2 parents e6f30bc + c4c39c3 commit 91d073f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [unreleased]
## [3.2]
### Added
- `/intervals/intervals_count_by_build` endpoint, which retuns the number of genes, transcripts, exons for each genome build
### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chanjo2"
version = "3.1.0"
version = "3.2.0"
description = "Next generation coverage analysis"
authors = ["northwestwitch <chiara.rasi@scilifelab.se>"]

Expand Down
2 changes: 1 addition & 1 deletion src/chanjo2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from dotenv import load_dotenv

__version__ = "3.1"
__version__ = "3.2"
load_dotenv()

0 comments on commit 91d073f

Please sign in to comment.