Skip to content

Commit 449e1f3

Browse files
committed
Release 0.28.1
1 parent 538c65d commit 449e1f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ All the dependencies of xwidgets are available for the mamba (or conda) package
7474

7575
| `xwidgets` | `jupyterlab_widgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
7676
|------------|----------------------|----------------------|----------------|----------------|----------------|-----------------|
77-
| master | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 |
77+
| 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 |
78+
| 0.28.1 | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.2,<4.0 | >=3.9.1,<3.10 |
7879
| 0.28.0 | ^3.0.0 | ^4.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 |
7980
| 0.27.3 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 |
8081
| 0.27.2 | | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=3.0,<4.0 | >=3.9.1,<3.10 |

include/xwidgets/xwidgets_config.hpp

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

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

3333
// Protocol version

0 commit comments

Comments
 (0)