Skip to content

Commit

Permalink
Release 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed May 24, 2021
1 parent 00eb0ce commit 9aa58f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ from the `docs` subdirectory.
| `xtensor-python` | `xtensor` | `pybind11` |
|------------------|-----------|------------------|
| master | ^0.23.0 | ~2.4.3 |
| 0.25.2 | ^0.23.0 | ~2.4.3 |
| 0.25.1 | ^0.23.0 | ~2.4.3 |
| 0.25.0 | ^0.23.0 | ~2.4.3 |
| 0.24.1 | ^0.21.2 | ~2.4.3 |
Expand Down
2 changes: 1 addition & 1 deletion include/xtensor-python/xtensor_python_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

#define XTENSOR_PYTHON_VERSION_MAJOR 0
#define XTENSOR_PYTHON_VERSION_MINOR 25
#define XTENSOR_PYTHON_VERSION_PATCH 1
#define XTENSOR_PYTHON_VERSION_PATCH 2

#endif

0 comments on commit 9aa58f8

Please sign in to comment.