diff --git a/README.md b/README.md index 4cab9cd..701b0d7 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,11 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets | `xeus-cling` | `xeus-zmq` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cpp-argparse`| `nlohmann_json` | `dirent` (windows only) | |--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------| -| main | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.2 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | -| 0.15.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.6,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| main | >=1.1.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.9,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.3 | >=1.1.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.9,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.2 | >=1.1.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.9,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.1 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.9,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | +| 0.15.0 | >=1.0.0,<2.0.0 | >=0.7.0,<0.8.0 | >=0.9,<0.10 | ~1.8.1 | ~4.3.0 | ~2.9 | >=3.6.1,<4.0 | >=2.3.2,<3 | Prior to version 0.15, `xeus-cling` was depending on `cxxopts` instead of `cpp-argparse`. diff --git a/include/xeus-cling/xeus_cling_config.hpp b/include/xeus-cling/xeus_cling_config.hpp index da6d852..b0a6efe 100644 --- a/include/xeus-cling/xeus_cling_config.hpp +++ b/include/xeus-cling/xeus_cling_config.hpp @@ -13,7 +13,7 @@ // Project version #define XEUS_CLING_VERSION_MAJOR 0 #define XEUS_CLING_VERSION_MINOR 15 -#define XEUS_CLING_VERSION_PATCH 2 +#define XEUS_CLING_VERSION_PATCH 3 // Composing the version string from major, minor and patch #define XEUS_CLING_CONCATENATE(A, B) XEUS_CLING_CONCATENATE_IMPL(A, B)