Skip to content

Commit

Permalink
Release 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 10, 2018
1 parent 2d4c1a5 commit 1acdc2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,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.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
| 0.12.2 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
| 0.12.1 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
| 0.12.0 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.13.0,<0.14 | >=3.1.1,<4.0 |
| 0.11.1 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.1,<4.0 |
Expand All @@ -98,9 +99,6 @@ All the dependencies of xwidgets are available for the conda package manager.
| 0.8.2 | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.11.0,<0.12 | >=3.1.1,<4.0 |
| 0.8.1 | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.11.0,<0.12 | >=3.1.1,<4.0 |
| 0.8.0 | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.11.0,<0.12 | >=3.1.1,<4.0 |
| 0.7.x | ~3.0.0 | >=0.4.0,<0.5 | >=0.7.0,<0.8 | >=0.10.1,<0.11 | |
| 0.6.1 | ~3.0.0 | >=0.4.0,<0.5 | >=0.6.0,<0.7 | >=0.8.0,<0.9 | |
| 0.6.0 | ~3.0.0 | >=0.3.5,<0.4 | >=0.6.0,<0.7 | >=0.8.0,<0.9 | |

## License

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ channels:
- conda-forge
dependencies:
- xeus-cling=0.4.5
- xwidgets=0.12.1
- xwidgets=0.12.2
- notebook
- 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 @@ -23,7 +23,7 @@
// Project version
#define XWIDGETS_VERSION_MAJOR 0
#define XWIDGETS_VERSION_MINOR 12
#define XWIDGETS_VERSION_PATCH 1
#define XWIDGETS_VERSION_PATCH 2

// Binary version
#define XWIDGETS_BINARY_CURRENT 1
Expand Down

0 comments on commit 1acdc2a

Please sign in to comment.