Skip to content

Commit 2876b04

Browse files
committed
Release 0.17.2
1 parent c579f74 commit 2876b04

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ http://xtensor-blas.readthedocs.io/
6464

6565
| `xtensor-blas` | `xtensor` |
6666
|-----------------|-----------|
67-
| master | ^0.21.2 |
67+
| master | ^0.21.4 |
68+
| 0.17.2 | ^0.21.4 |
6869
| 0.17.1 | ^0.21.2 |
6970
| 0.17.0 | ^0.21.1 |
7071
| 0.16.1 | ^0.20.4 |

include/xtensor-blas/xblas_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTENSOR_BLAS_VERSION_MAJOR 0
1414
#define XTENSOR_BLAS_VERSION_MINOR 17
15-
#define XTENSOR_BLAS_VERSION_PATCH 1
15+
#define XTENSOR_BLAS_VERSION_PATCH 2
1616

1717
#ifndef XTENSOR_USE_FLENS_BLAS
1818
#define HAVE_CBLAS 1

0 commit comments

Comments
 (0)