10000 Release 0.17.0 · robertodr/xtensor-python@b2ce69d · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ce69d

Browse files
committed
Release 0.17.0
1 parent 7d10096 commit b2ce69d

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
@@ -187,11 +187,11 @@ from the `docs` subdirectory.
187187

188188
| `xtensor-python` | `xtensor` | `pybind11` |
189189
|------------------|-----------|------------------|
190-
| master | ^0.15.0 | ~2.1.0 or ~2.2.1 |
190+
| master | ^0.15.1 | ~2.1.0 or ~2.2.1 |
191+
| 0.17.x | ^0.15.1 | ~2.1.0 or ~2.2.1 |
191192
| 0.16.x | ^0.14.0 | ~2.1.0 or ~2.2.1 |
192193
| 0.15.x | ^0.13.1 | ~2.1.0 or ~2.2.1 |
193194
| 0.14.x | ^0.12.0 | ~2.1.0 or ~2.2.1 |
194-
| 0.13.x | ^0.11.0 | ~2.1.0 or ~2.2.1 |
195195

196196
These dependencies are automatically resolved when using the conda package manager.
197197

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

1616
#endif

0 commit comments

Comments
 (0)
0