Skip to content

Commit c30abee

Browse files
committed
Release 0.6.0
1 parent 8f79e18 commit c30abee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ http://xeus-cpp.readthedocs.io
133133
| `xeus-cpp` | `xeus-zmq` | `CppInterOp` | `pugixml` | `cpp-argparse`| `nlohmann_json` |
134134
|------------|-----------------|--------------|-----------|---------------|-----------------|
135135
| main | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
136+
| 0.6.0 | >=3.0.0,<4.0.0 | >=1.5.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
136137
| 0.5.0 | >=3.0.0,<4.0.0 | >=1.3.0 | ~1.8.1 | <3.1 | >=3.11.3,<4.0 |
137138

138139
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)

include/xeus-cpp/xeus_cpp_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Project version
1313
#define XEUS_CPP_VERSION_MAJOR 0
14-
#define XEUS_CPP_VERSION_MINOR 5
14+
#define XEUS_CPP_VERSION_MINOR 6
1515
#define XEUS_CPP_VERSION_PATCH 0
1616
#define XEUS_CPP_VERSION_LABEL dev
1717

0 commit comments

Comments
 (0)