Skip to content

Commit 3aa8e36

Browse files
authored
Merge pull request #204 from IntelPython/prepare-for-2.7.2-release
Prepare for 2.7.2 release
2 parents f08251e + 2763230 commit 3aa8e36

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.7.2] (05/11/2026)
8+
9+
### Fixed
10+
* Fixed `pip check` for environments installing `mkl-service` [gh-201](https://github.com/IntelPython/mkl-service/pull/201), broken when `mkl` was introduced as runtime dependency [gh-177](https://github.com/IntelPython/mkl-service/pull/177)
11+
712
## [2.7.1] (05/08/2026)
813

914
### Changed

mkl/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.7.1"
1+
__version__ = "2.7.2"

0 commit comments

Comments
 (0)