Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed May 31, 2024
1 parent ad4bb9e commit 3fe6a48
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
10 changes: 5 additions & 5 deletions include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fe6a48

Please sign in to comment.