Skip to content

Commit

Permalink
Release 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Jul 1, 2018
1 parent ce71a40 commit 61ed677
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.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.5 | >=0.13.0,<0.14 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.4 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=2.1.0,<=3.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.3 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<4.0 | >=2.3.2,<3 |
| 0.4.2 | >=0.12.0,<0.13 | >=0.4.0,<0.5 | >=0.5,<0.6 | ~1.8.1 | ~4.2.3 | >=1.4.1,<=2.0 | >=3.1.0,<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,5 +3,5 @@ channels:
- QuantStack
- conda-forge
dependencies:
- xeus-cling=0.4.4
- xeus-cling=0.4.5
- notebook
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 4
#define XCPP_VERSION_PATCH 5

// 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 61ed677

Please sign in to comment.