From 3fe6a48ef99bd81ab41990f4cdfee99eee0ba73c Mon Sep 17 00:00:00 2001 From: Johan Mabille Date: Fri, 31 May 2024 11:13:06 +0200 Subject: [PATCH] Release 0.29.0 --- README.md | 7 +++++++ include/xwidgets/xwidgets_config.hpp | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ee30c33..d62ba60 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,13 @@ http://xwidgets.readthedocs.io/ All the dependencies of xwidgets are available for the mamba (or conda) package manager. +| `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xproperty` | `xeus` | `nlohmann_json` | +|------------|----------------------|----------------------|----------------|----------------|-----------------| +| main | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 | +| 0.29.0 | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 | + +Versions prior to 0.29 also depend on the xtl: + | `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` | |------------|----------------------|----------------------|----------------|----------------|----------------|-----------------| | master | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.2,<4.0 | >=3.9.1,<3.10 | diff --git a/include/xwidgets/xwidgets_config.hpp b/include/xwidgets/xwidgets_config.hpp index e7edd2c..eee5149 100644 --- a/include/xwidgets/xwidgets_config.hpp +++ b/include/xwidgets/xwidgets_config.hpp @@ -22,13 +22,13 @@ // Project version #define XWIDGETS_VERSION_MAJOR 0 -#define XWIDGETS_VERSION_MINOR 28 -#define XWIDGETS_VERSION_PATCH 1 +#define XWIDGETS_VERSION_MINOR 29 +#define XWIDGETS_VERSION_PATCH 0 // Binary version -#define XWIDGETS_BINARY_CURRENT 1 -#define XWIDGETS_BINARY_REVISION 1 -#define XWIDGETS_BINARY_AGE 1 +#define XWIDGETS_BINARY_CURRENT 2 +#define XWIDGETS_BINARY_REVISION 0 +#define XWIDGETS_BINARY_AGE 0 // Protocol version #define XWIDGETS_PROTOCOL_VERSION_MAJOR 2