Skip to content

Commit 69233b2

Browse files
committed
Release 0.12.0
1 parent a19f160 commit 69233b2

3 files changed

Lines changed: 6 additions & 5 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.17.0 | >=0.19.1,<0.20 |
83+
| 0.12.0 | ~0.17.0 | >=0.19.1,<0.20 |
8384
| 0.11.1 | ~0.16.1 | >=0.18.1,<0.19 |
8485
| 0.11.0 | ~0.16.0 | >=0.18.1,<0.19 |
8586
| 0.10.0 | ~0.15.0 | >=0.17.0,<0.18 |

environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- QuantStack
44
- conda-forge
55
dependencies:
6-
- xplot=0.11.1
7-
- xeus-cling=0.4.11
8-
- bqplot=0.11.4
6+
- xplot=0.12.0
7+
- xeus-cling=0.5.0
8+
- bqplot=0.11.5
99
- widgetsnbextension >=3.0.0

include/xplot/xplot_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
// Project version
2626
#define XPLOT_VERSION_MAJOR 0
27-
#define XPLOT_VERSION_MINOR 11
28-
#define XPLOT_VERSION_PATCH 1
27+
#define XPLOT_VERSION_MINOR 12
28+
#define XPLOT_VERSION_PATCH 0
2929

3030
// Binary version
3131
#define XPLOT_BINARY_CURRENT 1

0 commit comments

Comments
 (0)