Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jun 3, 2024
1 parent 9dccb06 commit 4ebd80e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- cxx-compiler
- xproperty
- xwidgets >=0.29.0
- ipycanvas >=0.12.0,<0.13
- ipycanvas >=0.11.0,<0.12
- pytest
- nbval
# TODO: replace xeus-cling with xeus(cpp when it is available
Expand Down
6 changes: 3 additions & 3 deletions include/xcanvas/xcanvas_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
// Project version
#define XCANVAS_VERSION_MAJOR 0
#define XCANVAS_VERSION_MINOR 5
#define XCANVAS_VERSION_PATCH 0
#define XCANVAS_VERSION_PATCH 1

// Binary version
#define XCANVAS_BINARY_CURRENT 2
#define XCANVAS_BINARY_REVISION 0
#define XCANVAS_BINARY_REVISION 1
#define XCANVAS_BINARY_AGE 0

// Semver requirement for jupyter-canvas
#define XJUPYTER_CANVAS_VERSION_MAJOR 0
#define XJUPYTER_CANVAS_VERSION_MINOR 11
#define XJUPYTER_CANVAS_VERSION_PATCH 1
#define XJUPYTER_CANVAS_VERSION_PATCH 0

// Composing the version strings from major, minor and patch
#define XCANVAS_CONCATENATE(A, B) XCANVAS_CONCATENATE_IMPL(A, B)
Expand Down

0 comments on commit 4ebd80e

Please sign in to comment.