Skip to content

Commit fe66ff1

Browse files
committed
Release 0.9.2
1 parent 03a63e4 commit fe66ff1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

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.13.1 | >=0.14.1,<0.15 |
83+
| 0.9.2 | ~0.13.1 | >=0.14.1,<0.15 |
8384
| 0.9.1 | ~0.13.1 | >=0.14.1,<0.15 |
8485
| 0.9.0 | ~0.13.0 | >=0.13.0,<0.14 |
8586
| 0.8.0 | ~0.12.2 | >=0.13.0,<0.14 |

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.13.1
7-
- xplot=0.9.1
7+
- xplot=0.9.2
88
- xeus-cling=0.4.7
99
- bqplot=0.11.1
1010
- notebook >=5.4

include/xplot/xplot_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Project version
2424
#define XPLOT_VERSION_MAJOR 0
2525
#define XPLOT_VERSION_MINOR 9
26-
#define XPLOT_VERSION_PATCH 1
26+
#define XPLOT_VERSION_PATCH 2
2727

2828
// Binary version
2929
#define XPLOT_BINARY_CURRENT 1

0 commit comments

Comments
 (0)