Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jul 10, 2018
1 parent f6e5b61 commit 886fc34
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 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.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 |
| 0.11.0 | ~3.0.0 | >=0.4.8,<0.5 | >=0.7.0,<0.8 | >=0.12.0,<0.13 | >=3.1.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 @@ -4,6 +4,6 @@ channels:
- conda-forge
dependencies:
- xeus-cling=0.4.5
- xwidgets=0.12.0
- xwidgets=0.12.1
- notebook
- widgetsnbextension >=3.0.0
1 change: 0 additions & 1 deletion include/xwidgets/xbox.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ namespace xw
#else
this->children().emplace_back(make_shared_holder<xtransport, T>(w));
#endif
//this->children().emplace_back(make_shared_holder<(w));
xeus::xjson state;
xeus::buffer_sequence buffers;
set_patch_from_property(children, state, buffers);
Expand Down
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 0
#define XWIDGETS_VERSION_PATCH 1

// Binary version
#define XWIDGETS_BINARY_CURRENT 1
Expand Down

0 comments on commit 886fc34

Please sign in to comment.