Skip to content

Commit 3910694

Browse files
committed
Release 0.11.0
1 parent d22e39c commit 3910694

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ All the dependencies of xplot are available for the conda package manager.
8080
| `xplot` | `xwidgets` | `xeus` |
8181
|---------|-------------|-----------------|
8282
| master | ~0.16.0 | >=0.18.1,<0.19 |
83+
| 0.11.0 | ~0.16.0 | >=0.18.1,<0.19 |
8384
| 0.10.0 | ~0.15.0 | >=0.17.0,<0.18 |
8485
| 0.9.2 | ~0.13.1 | >=0.14.1,<0.15 |
8586
| 0.9.1 | ~0.13.1 | >=0.14.1,<0.15 |

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
dependencies:
66
- xwidgets=0.16.0
7-
- xplot=0.10.0
7+
- xplot=0.11.0
88
- xeus-cling=0.4.10
99
- bqplot=0.11.3
1010
- notebook >=5.4

include/xplot/xplot_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
// Project version
2626
#define XPLOT_VERSION_MAJOR 0
27-
#define XPLOT_VERSION_MINOR 10
27+
#define XPLOT_VERSION_MINOR 11
2828
#define XPLOT_VERSION_PATCH 0
2929

3030
// Binary version

0 commit comments

Comments
 (0)