Skip to content

Commit 6544a55

Browse files
committed
Release 0.26.0
1 parent e8c3527 commit 6544a55

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ from the `docs` subdirectory.
203203

204204
| `xtensor-python` | `xtensor` | `pybind11` |
205205
|------------------|-----------|------------------|
206-
| master | ^0.23.0 | ~2.4.3 |
206+
| master | ^0.24.0 | ~2.4.3 |
207+
| 0.26.0 | ^0.24.0 | ~2.4.3 |
207208
| 0.25.3 | ^0.23.0 | ~2.4.3 |
208209
| 0.25.2 | ^0.23.0 | ~2.4.3 |
209210
| 0.25.1 | ^0.23.0 | ~2.4.3 |

include/xtensor-python/xtensor_python_config.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define XTENSOR_PYTHON_CONFIG_HPP
1212

1313
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14-
#define XTENSOR_PYTHON_VERSION_MINOR 25
15-
#define XTENSOR_PYTHON_VERSION_PATCH 3
14+
#define XTENSOR_PYTHON_VERSION_MINOR 26
15+
#define XTENSOR_PYTHON_VERSION_PATCH 0
1616

1717
#endif

0 commit comments

Comments
 (0)