Skip to content

Commit

Permalink
Release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 12, 2024
1 parent b2633e5 commit 8725149
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,9 @@ Long story short:

| `xeus-python`| `xeus-zmq` |`nlohmann_json` | `pybind11` | `pybind11_json` | `pygments` | `debugpy` |`xeus-python-shell` |
|--------------|------------------|----------------|----------------|-------------------|-------------------|-----------|--------------------|
| main | >=3.0,<4.0 |>=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
| 0.17.x | >=3.0,<4.0 |>=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
| main | >=3.1,<4.0 |>=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
| 0.17.1 | >=3.1,<4.0 |>=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |
| 0.17.0 | >=3.0,<4.0 |>=3.11.3 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.6.3.0,<0.7.0 |

Prior vo version 0.17, ``xeus-python`` was also depending on [xtl](https://github.com/xtensor-stack/xtl) & [cppzmq](https://github.com/zeromq/cppzmq):

Expand Down
2 changes: 1 addition & 1 deletion include/xeus-python/xeus_python_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Project version
#define XPYT_VERSION_MAJOR 0
#define XPYT_VERSION_MINOR 17
#define XPYT_VERSION_PATCH 0
#define XPYT_VERSION_PATCH 1

// Composing the version string from major, minor and patch
#define XPYT_CONCATENATE(A, B) XPYT_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit 8725149

Please sign in to comment.