Skip to content

Commit 79d446b

Browse files
committed
Release 0.16.0
1 parent 7ffdfda commit 79d446b

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
@@ -101,7 +101,8 @@ http://xtensor-r.readthedocs.io/
101101

102102
| `xtensor-r` | `xtensor` | `Rcpp` |
103103
|--------------|-----------|----------|
104-
| master | ^0.25.0 | ^1.0 |
104+
| master | ^0.26.0 | ^1.0 |
105+
| 0.16.0 | ^0.26.0 | ^1.0 |
105106
| 0.15.0 | ^0.25.0 | ^1.0 |
106107
| 0.14.2 | ^0.24.4 | ^1.0 |
107108
| 0.14.1 | ^0.24.0 | ^1.0 |

include/xtensor-r/xtensor_r_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define XTENSOR_R_CONFIG_HPP
1212

1313
#define XTENSOR_R_VERSION_MAJOR 0
14-
#define XTENSOR_R_VERSION_MINOR 15
14+
#define XTENSOR_R_VERSION_MINOR 16
1515
#define XTENSOR_R_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_WARN_ON_COERCE

0 commit comments

Comments
 (0)