From 1f1ff53b3138107f9f483ac8c0fdbede866a7b12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:08:41 +0000 Subject: [PATCH] chore(master): release 5.1.2 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c8e6e1..a5b37f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [5.1.2](https://github.com/gymrek-lab/TRTools/compare/v5.1.1...v5.1.2) (2024-01-27) + + +### Bug Fixes + +* deprecation of binom_test in scipy 1.12.0 and cryptic error occurring with incorrect VCFs in cyvcf2 0.30.26 ([#208](https://github.com/gymrek-lab/TRTools/issues/208)) ([78ec86a](https://github.com/gymrek-lab/TRTools/commit/78ec86a92dd7bdd8fffc1a88e416681af1b54234)) + + +### Documentation + +* reviewer and maintainer responsibilities with automated releases and PRs ([7762d87](https://github.com/gymrek-lab/TRTools/commit/7762d8796144597c4bdb5f68f51436bf14420ef2)) +* specify conda install via biocontainers ([2807421](https://github.com/gymrek-lab/TRTools/commit/2807421568ad0a477a42346017820de808d2e5dd)) + ## [5.1.1](https://github.com/gymrek-lab/TRTools/compare/v5.1.0...v5.1.1) (2023-11-27) ### Bug fixes diff --git a/pyproject.toml b/pyproject.toml index db44d1d9..6c0cc989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "trtools" -version = "5.1.1" +version = "5.1.2" authors = [ {name = "Melissa Gymrek", email = "mgymrek@ucsd.edu"}, {name = "Gymrek Lab"},