From 3bc3bbed37363d26cbd6c00e1e027cbd9c490171 Mon Sep 17 00:00:00 2001 From: Nezar Abdennur Date: Wed, 19 Jun 2024 17:59:50 -0400 Subject: [PATCH] Patch bump --- CHANGES.md | 14 +++++++++++++- pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bad6215a..f089eac1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ # Release notes -## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.1...HEAD) +## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.2...HEAD) + +## v0.7.2 + +Date: 2024-06-19 + +API changes: +* `read_alignment` function introduced in v0.7.0 has been pluralized to `read_alignments` + +Maintenance: +* Skip `read_alignments` tests on big-endian architectures by @nvictus in https://github.com/open2c/bioframe/pull/216 + +**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.7.1...v0.7.2 ## v0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 0bd59718..b1d52242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bioframe" -version = "0.7.1" +version = "0.7.2" description = "Operations and utilities for Genomic Interval Dataframes." license = {text = "MIT"} authors = [