Skip to content

Commit 9805e1b

Browse files
committed
Release 0.29.1
1 parent 197e5dc commit 9805e1b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ All the dependencies of xwidgets are available for the mamba (or conda) package
7474
| `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xproperty` | `xeus` | `nlohmann_json` |
7575
|------------|----------------------|----------------------|----------------|----------------|-----------------|
7676
| main | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
77+
| 0.29.1 | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
7778
| 0.29.0 | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
7879

7980
Versions prior to 0.29 also depend on the xtl:

include/xwidgets/xwidgets_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
// Project version
2424
#define XWIDGETS_VERSION_MAJOR 0
2525
#define XWIDGETS_VERSION_MINOR 29
26-
#define XWIDGETS_VERSION_PATCH 0
26+
#define XWIDGETS_VERSION_PATCH 1
2727

2828
// Binary version
2929
#define XWIDGETS_BINARY_CURRENT 2
30-
#define XWIDGETS_BINARY_REVISION 0
30+
#define XWIDGETS_BINARY_REVISION 1
3131
#define XWIDGETS_BINARY_AGE 0
3232

3333
// Protocol version

0 commit comments

Comments
 (0)