Skip to content

Commit

Permalink
Release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 22, 2021
1 parent ebebbb0 commit 9ba7d16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ message(STATUS "xwidgets binary version: v${XWIDGETS_BINARY_VERSION}")
# Dependencies
# ============

find_package(xtl 0.6.5 REQUIRED)
find_package(xeus 0.21.1 REQUIRED)
find_package(xproperty 0.10.0 REQUIRED)
find_package(xtl 0.7.0 REQUIRED)
find_package(xeus 1.0.0 REQUIRED)
find_package(xproperty 0.11.0 REQUIRED)

# Source files
# ============
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ All the dependencies of xwidgets are available for the conda package manager.
| `xwidgets` | `widgetsnbextension` | `xtl` | `xproperty` | `xeus` | `nlohmann_json` |
|------------|-----------------------|-----------------|----------------|-----------------|-----------------|
| master | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=1.0,<2.0 | >=3.6.1,<4.0 |
| 0.25.0 | ^3.0.0 | >=0.7,<0.8 | >=0.11.0,<0.12 | >=1.0,<2.0 | >=3.6.1,<4.0 |
| 0.24.2 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.26 | >=3.6.1,<4.0 |
| 0.24.1 | ^3.0.0 | >=0.6.11,<0.7 | >=0.10.0,<0.11 | >=0.21.1,<0.26 | >=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 |
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.24.2
- xwidgets=0.25.0
- widgetsnbextension >=3.0.0
4 changes: 2 additions & 2 deletions include/xwidgets/xwidgets_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 24
#define XWIDGETS_VERSION_PATCH 2
#define XWIDGETS_VERSION_MINOR 25
#define XWIDGETS_VERSION_PATCH 0

// Binary version
#define XWIDGETS_BINARY_CURRENT 1
Expand Down

0 comments on commit 9ba7d16

Please sign in to comment.