Skip to content

Commit e33ad39

Browse files
committed
Release 0.23.2
1 parent 60a4aa8 commit e33ad39

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
@@ -195,7 +195,8 @@ from the `docs` subdirectory.
195195

196196
| `xtensor-python` | `xtensor` | `pybind11` |
197197
|------------------|-----------|------------------|
198-
| master | ^0.20.6 | ~2.2.1 |
198+
| master | ^0.20.10 | ~2.4.2 |
199+
| 0.23.2 | ^0.20.10 | ~2.4.4 |
199200
| 0.23.1 | ^0.20.6 | ~2.2.1 |
200201
| 0.23.0 | ^0.20.4 | ~2.2.1 |
201202
| 0.22.x | ^0.19.0 | ~2.2.1 |

include/xtensor-python/xtensor_python_config.hpp

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

1313
#define XTENSOR_PYTHON_VERSION_MAJOR 0
1414
#define XTENSOR_PYTHON_VERSION_MINOR 23
15-
#define XTENSOR_PYTHON_VERSION_PATCH 1
15+
#define XTENSOR_PYTHON_VERSION_PATCH 2
1616

1717
#endif

0 commit comments

Comments
 (0)