Skip to content

Commit c7c12e2

Browse files
Bump up version to 1.3.8
1 parent 94606a2 commit c7c12e2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGES.rst

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

5+
1.3.8
6+
=====
7+
8+
Added vendored `conv_template.py` from NumPy's distutils submodule to enable building of `mkl_fft` with
9+
NumPy >=1.25 and Python 3.12
10+
511
1.3.7
612
=====
713

conda-recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "1.3.7" %}
1+
{% set version = "1.3.8" %}
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.7'
1+
__version__ = '1.3.8'

0 commit comments

Comments
 (0)