Skip to content

Commit

Permalink
Release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jan 11, 2020
1 parent 12e07fd commit 203d95a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![xwidgets](docs/source/xwidgets.svg)

[![Travis](https://travis-ci.org/jupyter-xeus/xwidgets.svg?branch=master)](https://travis-ci.org/jupyter-xeus/xwidgets)
[![Appveyor](https://ci.appveyor.com/api/projects/status/ymlf86gel4vrauri?svg=true)](https://ci.appveyor.com/project/jupyter-xeus/xwidgets)
[![Appveyor](https://ci.appveyor.com/api/projects/status/kjoatvulm28dpr3r?svg=true)](https://ci.appveyor.com/project/jupyter-xeus/xwidgets)
[![Documentation](http://readthedocs.org/projects/xwidgets/badge/?version=latest)](https://xwidgets.readthedocs.io/en/latest/?badge=latest)
[![Binder](https://img.shields.io/badge/launch-binder-brightgreen.svg)](https://mybinder.org/v2/gh/jupyter-xeus/xwidgets/stable?filepath=notebooks/xwidgets.ipynb)
[![Join the Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/QuantStack/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand Down 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.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 |
| 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
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: xwidgets
channels:
- conda-forge
dependencies:
- xeus-cling=0.7.0
- xwidgets=0.19.0
- xeus-cling=0.8.1
- xwidgets=0.20.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 19
#define XWIDGETS_VERSION_MINOR 20
#define XWIDGETS_VERSION_PATCH 0

// Binary version
Expand Down

0 comments on commit 203d95a

Please sign in to comment.