We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5de523b + 6bbb0d4 commit ef6e910Copy full SHA for ef6e910
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [dev] (MM/DD/YYYY)
+## [0.3.1] - 2025-12-02
8
9
### Added
10
* Enabled support of Python 3.14 [gh-119](https://github.com/IntelPython/mkl_umath/pull/119)
conda-recipe-cf/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "0.3.0" %}
+{% set version = "0.3.1" %}
2
{% set buildnumber = 0 %}
3
package:
mkl_umath/_version.py
@@ -1 +1 @@
-__version__ = '0.3.0'
+__version__ = '0.3.1'
0 commit comments