Skip to content

Commit e3ed10f

Browse files
committed
Release 0.29.2
1 parent 5611dd5 commit e3ed10f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ All the dependencies of xwidgets are available for the mamba (or conda) package
7373

7474
| `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xproperty` | `xeus` | `nlohmann_json` |
7575
|------------|----------------------|----------------------|----------------|----------------|-----------------|
76-
| main | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
76+
| main | ^3.0.0 | ^4.0.0 | >=0.12.1,<0.13 | >=5.0,<6.0 | >=3.12.0,<3.13 |
77+
| 0.29.2 | ^3.0.0 | ^4.0.0 | >=0.12.1,<0.13 | >=5.0,<6.0 | >=3.12.0,<3.13 |
7778
| 0.29.1 | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
7879
| 0.29.0 | ^3.0.0 | ^4.0.0 | >=0.11.0,<0.12 | >=5.0,<6.0 | >=3.11.3,<3.12 |
7980

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 1
26+
#define XWIDGETS_VERSION_PATCH 2
2727

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

3333
// Protocol version

0 commit comments

Comments
 (0)