From c1fa005ad891ecc94f6b4230b788140d82a6e8c9 Mon Sep 17 00:00:00 2001 From: LukasMahieu Date: Tue, 24 Dec 2024 15:13:50 +0100 Subject: [PATCH] version update and changelog --- docs/changelog.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index bc00d05..2fbfaad 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Release Notes +## 1.2.1 + +### Bug Fixes + +- Fixed an issue where {func}`crested.pp.change_regions_width` would not actually check for the chromsizes if a Genome was registered. + ## 1.2.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index 2ab1952..a38b609 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["hatchling"] [project] name = "crested" -version = "1.2.0" +version = "1.2.1" description = "CREsted: Cis-Regulatory Element Sequence Training, Explanation, and Design" readme = "README.md" requires-python = ">=3.9"