Skip to content

Commit 1b1d0c7

Browse files
authored
bump version to 1.3.14 (#153)
1 parent d1b16e1 commit 1b1d0c7

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGES.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
=================
1+
=========================
22
:code:`mkl_fft` changelog
3-
=================
3+
=========================
4+
5+
1.3.14 (04/10/2025)
6+
===================
7+
8+
resolves gh-152 by adding an explicit :code:`mkl-service` dependency to :code:`mkl-fft` when building the wheel
9+
to ensure the :code:`mkl` Python module is always available at runtime
10+
11+
resolves gh-115, gh-116, gh-119, gh-135
12+
413

514
1.3.13 (03/25/2025)
615
===================

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 = "1.3.13" %}
1+
{% set version = "1.3.14" %}
22
{% set buildnumber = 0 %}
33

44
package:

conda-recipe/meta.yaml

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

44
package:

mkl_fft/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.13"
1+
__version__ = "1.3.14"

0 commit comments

Comments
 (0)