Skip to content

Commit

Permalink
Release 0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Dec 12, 2018
1 parent 3f52cb9 commit ae727e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ A C++ backend for the Jupyter interactive widgets is available in the [`xwidgets
| `xeus-cling` | `xeus` | `xtl` | `cling` | `pugixml` | `cppzmq` | `cxxopts` | `nlohmann_json` | `dirent` (windows only) |
|--------------|-----------------|-----------------|---------------|---------------|----------|---------------|-----------------|-------------------------|
| master | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.10 | >=0.18.1,<0.19 | >=0.5.2,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.9 | >=0.17.0,<0.18 | >=0.5.1,<0.6 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.8 | >=0.15.0,<0.16 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.3.0,<4.0 | >=2.3.2,<3 |
| 0.4.7 | >=0.14.1,<0.15 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.3.0 | >=2.1.1,<=3.0 | >=3.1.2,<4.0 | >=2.3.2,<3 |
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- QuantStack
- conda-forge
dependencies:
- xeus-cling=0.4.9
- xeus-cling=0.4.10
- xtensor=0.19.0
- xtensor-blas=0.15.0
- notebook
Expand Down
2 changes: 1 addition & 1 deletion src/xcpp_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// Project version
#define XCPP_VERSION_MAJOR 0
#define XCPP_VERSION_MINOR 4
#define XCPP_VERSION_PATCH 9
#define XCPP_VERSION_PATCH 10

// Composing the version string from major, minor and patch
#define XCPP_CONCATENATE(A, B) XCPP_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit ae727e1

Please sign in to comment.