Skip to content

Commit f189922

Browse files
committed
Release 0.15.1
1 parent 8cd0319 commit f189922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Long story short:
163163
| `xeus-python`| `xeus-zmq` | `xtl` | `cppzmq` | `nlohmann_json` | `pybind11` | `pybind11_json` | `pygments` | `debugpy` |`xeus-python-shell` |
164164
|--------------|------------------|-----------------|----------|-----------------|----------------|-------------------|-------------------|-----------|---------------------|
165165
| master | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.6.0 |
166-
| 0.15.0 | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.6.0 |
166+
| 0.15.x | >=1.0.0,<2.0 | >=0.7.0,<0.8 | ~4.4.1 | >=3.6.1,<3.10 | >=2.6.1,<3.0 | >=0.2.8,<0.3 | >=2.3.1,<3.0.0 | >=1.1.0 | >=0.5.0,<0.6.0 |
167167

168168
Prior to version 0.15, ``xeus-python`` was depending on ``xeus`` instead of ``xeus-zmq``:
169169

include/xeus-python/xeus_python_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// Project version
1515
#define XPYT_VERSION_MAJOR 0
1616
#define XPYT_VERSION_MINOR 15
17-
#define XPYT_VERSION_PATCH 0
17+
#define XPYT_VERSION_PATCH 1
1818

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

0 commit comments

Comments
 (0)