From fed619e3f1647ee0753829b54ef145d1ac3db2c2 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Thu, 6 Aug 2026 03:33:22 -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 db982a0b..108c47fa 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.5.0] - 2026-08-06 ### Added From beaca4fe65359e350e6959d7cdc74c1d73579033 Mon Sep 17 00:00:00 2001 From: Vladislav Perevezentsev Date: Thu, 6 Aug 2026 03:35:03 -0700 Subject: [PATCH 2/2] Bump version to 0.6.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 7bbcc5df..54bc235d 100644 --- a/conda-recipe-cf/meta.yaml +++ b/conda-recipe-cf/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.5.0" %} +{% set version = "0.6.0dev0" %} {% set buildnumber = 0 %} package: diff --git a/mkl_umath/_version.py b/mkl_umath/_version.py index 3d187266..db52463b 100644 --- a/mkl_umath/_version.py +++ b/mkl_umath/_version.py @@ -1 +1 @@ -__version__ = "0.5.0" +__version__ = "0.6.0dev0"