Skip to content

Commit 0a84316

Browse files
committed
Release 0.14.0
1 parent 09b8797 commit 0a84316

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.23.0 | ^1.0 |
104+
| master | ^0.24.0 | ^1.0 |
105+
| 0.14.0 | ^0.23.0 | ^1.0 |
105106
| 0.13.0 | ^0.23.0 | ^1.0 |
106107
| 0.12.1 | ^0.21.4 | ^1.0 |
107108
| 0.12.0 | ^0.21.2 | ^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 13
14+
#define XTENSOR_R_VERSION_MINOR 14
1515
#define XTENSOR_R_VERSION_PATCH 0
1616

1717
#ifndef XTENSOR_WARN_ON_COERCE

0 commit comments

Comments
 (0)