From e615718f1baf88e01a05e76247848d7491f9e5c5 Mon Sep 17 00:00:00 2001 From: Michael Krabbe Borregaard Date: Tue, 10 Dec 2019 22:15:57 +0100 Subject: [PATCH] up version --- NEWS.md | 12 ++++++------ Project.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index f280a5de..33ae2e4c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,14 +3,14 @@ #### notes on release changes, ongoing development, and future planned work -- Minor version 0.17 is the last one to support Julia 0.6!! -- Minor version 0.11 is the last one to support Julia 0.5!! - - Critical bugfixes only - - `backports` branch is for Julia 0.5 - ---- ## (current master) +## 0.28.3 +- support generalized array interface +- save to pdf, svg and eps in plotlyjs +- fix for clims in line_z +- optimize heatmap logic in gr + ## 0.26.3 - fix `vline` with dates - fix PyPlot logscale bug diff --git a/Project.toml b/Project.toml index 32baca94..2333f22d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "0.28.2" +version = "0.28.3" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"