From 7d41024c120d2fa522079e35767835f25a19efe4 Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 16 Apr 2026 14:29:40 -0700 Subject: [PATCH 1/2] add stub for new dev cycle --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d7c66f..1f44034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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 + +### Added + +### Changed + +### Fixed + ## [0.4.0] - 2026-04-16 ### Added * Added `patch_numpy_umath` and `restore_numpy_umath` functions for patching NumPy, and improved the patching implementation [gh-170](https://github.com/IntelPython/mkl_umath/pull/170) From dd81717a26b7cf2e52e95a80c5d100b9fb4cfbfc Mon Sep 17 00:00:00 2001 From: Nikita Grigorian Date: Thu, 16 Apr 2026 14:30:15 -0700 Subject: [PATCH 2/2] update version to 0.5.0dev0 --- conda-recipe-cf/meta.yaml | 2 +- mkl_umath/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe-cf/meta.yaml b/conda-recipe-cf/meta.yaml index e2d14aa..7771bd5 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.0" %} +{% set version = "0.5.0dev0" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 6a9beea..2d29965 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.5.0dev0"