Skip to content

Commit

Permalink
updating version to 2.1.0, and tagging for release
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Jun 5, 2019
1 parent fe0629e commit 1e1357b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,9 @@ Re-release, with some changes necessary for public CI builds to work.

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

2.1,9
=====

Change in setup script to not use `numpy.distutils` thus removing numpy as build-time dependency.

Change in conda-recipe to allow conda build to build the recipe, but ignoring run export on mkl-service coming from mkl-devel metadata.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "2.0.2" %}
{% set version = "2.1.0" %}
{% set buildnumber = 0 %}

package:
Expand Down
2 changes: 1 addition & 1 deletion mkl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def __exit__(self, *args):
from ._py_mkl_service import *


__version__ = '2.0.2'
__version__ = '2.1.0'

0 comments on commit 1e1357b

Please sign in to comment.