Skip to content

Commit f01ec0d

Browse files
Bump version, update CHANGES.rst
1 parent 6e3e46e commit f01ec0d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
mkl_fft changelog
33
=================
44

5+
1.0.6
6+
====
7+
8+
Fixed issues #21, and addressed NumPy 1.15 deprecation warnings from using lists instead of tuples to specify multiple slices.
9+
510
1.0.5
611
====
712

mkl_fft/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.5'
1+
__version__ = '1.0.6'

0 commit comments

Comments
 (0)