Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Nov 10, 2020
1 parent b20af60 commit ea66b90
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,16 @@ All the dependencies of xwidgets are available for the conda package manager.

| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
|------------|-----------------------|-----------------|----------------|-----------------|-----------------|
| master | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.23.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.22.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.22.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.21.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.21.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.20.2 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.20.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.24 | >=3.6.1,<4.0 |
| 0.20.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.1O.0,<0.11 | >=0.21.1,<0.24 | >=3.6.1,<4.0 |
| master | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.24.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.23.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.22.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.22.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.21.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.21.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.20.2 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.25 | >=3.6.1,<4.0 |
| 0.20.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.24 | >=3.6.1,<4.0 |
| 0.20.0 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.24 | >=3.6.1,<4.0 |
| 0.19.0 | ^3.0.0 | >=0.6.5,<0.7 | >=0.8.1,<0.9 | >=0.21.1,<0.22 | >=3.6.1,<4.0 |
| 0.18.0 | ^3.0.0 | >=0.6.5,<0.7 | >=0.8.1,<0.9 | >=0.20.0,<0.21 | >=3.6.1,<4.0 |
| 0.17.0 | ^3.0.0 | >=0.6.1,<0.7 | >=0.8.1,<0.9 | >=0.19.1,<0.20 | >=3.5.0,<4.0 |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ channels:
- conda-forge
dependencies:
- xeus-cling=0.10.0
- xwidgets=0.23.0
- xwidgets=0.24.0
- widgetsnbextension >=3.0.0
2 changes: 1 addition & 1 deletion include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 23
#define XWIDGETS_VERSION_MINOR 24
#define XWIDGETS_VERSION_PATCH 0

// Binary version
Expand Down

0 comments on commit ea66b90

Please sign in to comment.