Skip to content

Commit 1e1357b

Browse files
updating version to 2.1.0, and tagging for release
1 parent fe0629e commit 1e1357b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,9 @@ Re-release, with some changes necessary for public CI builds to work.
3434

3535
Correction to `setup.py` to not require Cython at the installation time.
3636

37+
2.1,9
38+
=====
39+
40+
Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency.
3741

42+
Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata.

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

44
package:

mkl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def __exit__(self, *args):
5454
from ._py_mkl_service import *
5555

5656

57-
__version__ = '2.0.2'
57+
__version__ = '2.1.0'

0 commit comments

Comments
 (0)