From 4dbde10606c9f1861f5b1520a4255b69fcdce88e Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 23 Oct 2024 10:27:59 +0200 Subject: [PATCH] Release 0.17.2 --- include/xeus-python/xeus_python_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xeus-python/xeus_python_config.hpp b/include/xeus-python/xeus_python_config.hpp index 1404cc3b..ccbb1b36 100644 --- a/include/xeus-python/xeus_python_config.hpp +++ b/include/xeus-python/xeus_python_config.hpp @@ -14,7 +14,7 @@ // Project version #define XPYT_VERSION_MAJOR 0 #define XPYT_VERSION_MINOR 17 -#define XPYT_VERSION_PATCH 1 +#define XPYT_VERSION_PATCH 2 // Composing the version string from major, minor and patch #define XPYT_CONCATENATE(A, B) XPYT_CONCATENATE_IMPL(A, B)