Skip to content

Commit 9aa58f8

Browse files
committed
Release 0.25.2
1 parent 00eb0ce commit 9aa58f8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ from the `docs` subdirectory.
204204
| `xtensor-python` | `xtensor` | `pybind11` |
205205
|------------------|-----------|------------------|
206206
| master | ^0.23.0 | ~2.4.3 |
207+
| 0.25.2 | ^0.23.0 | ~2.4.3 |
207208
| 0.25.1 | ^0.23.0 | ~2.4.3 |
208209
| 0.25.0 | ^0.23.0 | ~2.4.3 |
209210
| 0.24.1 | ^0.21.2 | ~2.4.3 |

include/xtensor-python/xtensor_python_config.hpp

+1-1
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 25
15-
#define XTENSOR_PYTHON_VERSION_PATCH 1
15+
#define XTENSOR_PYTHON_VERSION_PATCH 2
1616

1717
#endif

0 commit comments

Comments
 (0)