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.
1 parent 7fe7c5d commit 5ff88dfCopy full SHA for 5ff88df
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.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [dev] (MM/DD/YY)
+## [2.5.0] (05/DD/2025)
8
9
### Added
10
* Added support for python 3.13 [gh-72](github.com/IntelPython/mkl-service/pull/72)
conda-recipe/meta.yaml
@@ -1,4 +1,4 @@
1
-{% set version = "2.4.2" %}
+{% set version = "2.5.0" %}
2
{% set buildnumber = 0 %}
3
package:
mkl/_version.py
@@ -1 +1 @@
-__version__ = "2.4.2"
+__version__ = "2.5.0"
0 commit comments