From ed69a4c3888001927b06b3690a80d916819f627f Mon Sep 17 00:00:00 2001 From: Anutosh Bhat Date: Thu, 23 Jan 2025 09:27:17 +0530 Subject: [PATCH] Release 0.6.0 (#233) --- README.md | 1 + include/xeus-cpp/xeus_cpp_config.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30545bec..887657de 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ http://xeus-cpp.readthedocs.io | `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` | |------------|-----------------|--------------|-----------|---------------|-----------------| | main | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | +| 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | | 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 | Versions prior to `0.5.0` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl), [clang](https://github.com/llvm/llvm-project/) & [cppzmq](https://github.com/zeromq/cppzmq) diff --git a/include/xeus-cpp/xeus_cpp_config.hpp b/include/xeus-cpp/xeus_cpp_config.hpp index 49fd01bd..01ac11eb 100644 --- a/include/xeus-cpp/xeus_cpp_config.hpp +++ b/include/xeus-cpp/xeus_cpp_config.hpp @@ -11,7 +11,7 @@ // Project version #define XEUS_CPP_VERSION_MAJOR 0 -#define XEUS_CPP_VERSION_MINOR 5 +#define XEUS_CPP_VERSION_MINOR 6 #define XEUS_CPP_VERSION_PATCH 0 #define XEUS_CPP_VERSION_LABEL dev