Skip to content

Commit

Permalink
Patch bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Jun 19, 2024
1 parent d47b1fe commit 3bc3bbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 3bc3bbe

Please sign in to comment.