Skip to content

Commit 0424bcd

Browse files
Bump version to 1.3.9 and populated CHANGES
1 parent 0cd520e commit 0424bcd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
mkl_fft changelog
33
=================
44

5+
1.3.9
6+
=====
7+
8+
Updated code and build system to support NumPy 2.0
9+
510
1.3.8
611
=====
712

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.3.8" %}
1+
{% set version = "1.3.9" %}
22
{% set buildnumber = 0 %}
33

44
package:

mkl_fft/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.3.8'
1+
__version__ = '1.3.9'

0 commit comments

Comments
 (0)