Skip to content

Commit 0d6a645

Browse files
committed
release 0.19.0
1 parent 1d6429f commit 0d6a645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,12 @@ from the `docs` subdirectory.
195195

196196
| `xtensor-python` | `xtensor` | `pybind11` |
197197
|------------------|-----------|------------------|
198-
| master | ^0.16.0 | ~2.1.0 or ~2.2.1 |
198+
| master | ^0.16.0 | ~2.2.1 |
199+
| 0.19.x | ^0.16.0 | ~2.2.1 |
199200
| 0.18.x | ^0.16.0 | ~2.1.0 or ~2.2.1 |
200201
| 0.17.x | ^0.15.1 | ~2.1.0 or ~2.2.1 |
201202
| 0.16.x | ^0.14.0 | ~2.1.0 or ~2.2.1 |
202203
| 0.15.x | ^0.13.1 | ~2.1.0 or ~2.2.1 |
203-
| 0.14.x | ^0.12.0 | ~2.1.0 or ~2.2.1 |
204204

205205
These dependencies are automatically resolved when using the conda package manager.
206206

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 18
13+
#define XTENSOR_PYTHON_VERSION_MINOR 19
1414
#define XTENSOR_PYTHON_VERSION_PATCH 0
1515

1616
#endif

0 commit comments

Comments
 (0)