Skip to content

Commit

Permalink
Release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 29, 2024
1 parent 6d2ace5 commit a7c2005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ from the `docs` subdirectory.
| `xtensor-python` | `xtensor` | `pybind11` |
|------------------|-----------|------------------|
| master | ^0.24.0 | ~2.4.3 |
| master | ^0.25.0 | >=2.6.1,<3 |
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
| 0.26.1 | ^0.24.0 | ~2.4.3 |
| 0.26.0 | ^0.24.0 | ~2.4.3 |
| 0.25.3 | ^0.23.0 | ~2.4.3 |
Expand Down
4 changes: 2 additions & 2 deletions include/xtensor-python/xtensor_python_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define XTENSOR_PYTHON_CONFIG_HPP

#define XTENSOR_PYTHON_VERSION_MAJOR 0
#define XTENSOR_PYTHON_VERSION_MINOR 26
#define XTENSOR_PYTHON_VERSION_PATCH 1
#define XTENSOR_PYTHON_VERSION_MINOR 27
#define XTENSOR_PYTHON_VERSION_PATCH 0

#endif

0 comments on commit a7c2005

Please sign in to comment.