From 83850cb7293272b2b4bbc25f839e71bc9417c017 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Thu, 30 Jul 2026 04:43:09 -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 2ecf1cab..e2f2ef97 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 + ## [2.3.0] - 2026-07-30 ### Added From 686ca5b3c35a8df8fa112f1d9bd8d2f6c7a36744 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Thu, 30 Jul 2026 04:43:45 -0700 Subject: [PATCH 2/2] Bump version to 2.4.0dev0 --- mkl_fft/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkl_fft/_version.py b/mkl_fft/_version.py index 55e47090..491c4301 100644 --- a/mkl_fft/_version.py +++ b/mkl_fft/_version.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "2.4.0dev0"