From cc75ab7d370015b6df94bd7d332aaa6dd66d5c17 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Tue, 30 Jun 2026 13:11:18 +0200 Subject: [PATCH] Prepare for 0.4.3 release Finalize the changelog entry for gh-226 under the 0.4.3 version heading and bump the version to 0.4.3 in _version.py and the conda-forge recipe. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 +- conda-recipe-cf/meta.yaml | 2 +- mkl_umath/_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457a328..608be688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [dev] - YYYY-MM-DD +## [0.4.3] - 2026-06-30 ### Changed * Updated `mkl_umath` patching to work with changes to NumPy Cython API present in NumPy 2.5 [gh-226](https://github.com/IntelPython/mkl_umath/pull/226) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index dc66829d..2c9ab67a 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.2" %} +{% set version = "0.4.3" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index df124332..f6b7e267 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.4.2" +__version__ = "0.4.3"