Skip to content

Commit 3bc3bbe

Browse files
committed
Patch bump
1 parent d47b1fe commit 3bc3bbe

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

Diff for: CHANGES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release notes
22

3-
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.1...HEAD)
3+
## [Upcoming release](https://github.com/open2c/bioframe/compare/v0.7.2...HEAD)
4+
5+
## v0.7.2
6+
7+
Date: 2024-06-19
8+
9+
API changes:
10+
* `read_alignment` function introduced in v0.7.0 has been pluralized to `read_alignments`
11+
12+
Maintenance:
13+
* Skip `read_alignments` tests on big-endian architectures by @nvictus in https://github.com/open2c/bioframe/pull/216
14+
15+
**Full Changelog**: https://github.com/open2c/bioframe/compare/v0.7.1...v0.7.2
416

517
## v0.7.1
618

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "bioframe"
7-
version = "0.7.1"
7+
version = "0.7.2"
88
description = "Operations and utilities for Genomic Interval Dataframes."
99
license = {text = "MIT"}
1010
authors = [

0 commit comments

Comments
 (0)