From 11ae5ea014a261c84725e2f91be0e2ba2fa8a74c Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Fri, 6 Sep 2019 09:38:23 +0200 Subject: [PATCH] prepare release --- NEWS.md | 9 +++++++++ Project.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2295b891..f280a5de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,15 @@ --- ## (current master) +## 0.26.3 +- fix `vline` with dates +- fix PyPlot logscale bug +- avoid annotation clipping for PyPlot +- allow plotting of Any vectors and 3D plotting again in convertToAnyVector +- specify legend title font in GR and PyPlot +- delete `pushtomaster.sh` +- use `=== nothing` + ## 0.26.2 - improve empty animation build error - fix GR axis flip for heatmaps and images diff --git a/Project.toml b/Project.toml index 6de366a5..3eb2c8c0 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.26.2" +version = "0.26.3" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"