Skip to content

Commit 3c5d9ee

Browse files
authored
Merge pull request #195 from IntelPython/start-0.5.0-dev-cycle
Start 0.5.0 dev cycle
2 parents 64c0ca4 + dd81717 commit 3c5d9ee

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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+
## [dev] - YYYY-MM-DD
8+
9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
715
## [0.4.0] - 2026-04-16
816
### Added
917
* 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)

conda-recipe-cf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.4.0" %}
1+
{% set version = "0.5.0dev0" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl_umath/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.5.0dev0"

0 commit comments

Comments
 (0)