Skip to content

Commit ebcb157

Browse files
committed
Release0.15.0
1 parent 8f87453 commit ebcb157

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,9 @@ from the `docs` subdirectory.
192192
| `xtensor-python` | `xtensor` | `pybind11` |
193193
|------------------|-----------|------------------|
194194
| master | ^0.13.1 | ~2.1.0 or ~2.2.1 |
195+
| 0.15.x | ^0.13.1 | ~2.1.0 or ~2.2.1 |
195196
| 0.14.x | ^0.12.0 | ~2.1.0 or ~2.2.1 |
196197
| 0.13.x | ^0.11.0 | ~2.1.0 or ~2.2.1 |
197-
| 0.12.x | ^0.10.2 | 2.1.\* |
198-
| 0.11.x | ^0.10.0 | 2.1.\* |
199-
| 0.10.x | ^0.9.0 | 2.1.\* |
200-
| 0.9.x | ^0.8.1 | 2.1.\* |
201198

202199
These dependencies are automatically resolved when using the conda package manager.
203200

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define XTENSOR_PYTHON_CONFIG_HPP
1111

1212
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13-
#define XTENSOR_PYTHON_VERSION_MINOR 14
13+
#define XTENSOR_PYTHON_VERSION_MINOR 15
1414
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)