Skip to content

Commit 7065f73

Browse files
committed
Release 0.29.0
1 parent 03e5da2 commit 7065f73

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

205205
| `xtensor-python` | `xtensor` | `pybind11` |
206206
|------------------|-----------|------------------|
207-
| master | ^0.26.0 | >=2.6.1,<4 |
207+
| master | ^0.27.0 | >=2.6.1,<4 |
208+
| 0.29.0 | ^0.27.0 | >=2.6.1,<4 |
208209
| 0.28.0 | ^0.26.0 | >=2.6.1,<3 |
209210
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
210211
| 0.26.1 | ^0.24.0 | ~2.4.3 |

include/xtensor-python/xtensor_python_config.hpp

Lines changed: 1 addition & 1 deletion
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 28
14+
#define XTENSOR_PYTHON_VERSION_MINOR 29
1515
#define XTENSOR_PYTHON_VERSION_PATCH 0
1616

1717
#endif

0 commit comments

Comments
 (0)