From cb3cdbf6e71063e7223d470c0ad892c8109aba37 Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Sun, 14 Oct 2018 19:10:12 +0200 Subject: [PATCH] prepare release --- NEWS.md | 6 ++++++ src/Plots.jl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 57d2e2d2..703c2b2e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -12,6 +12,12 @@ ## (current master) - All new development should target Julia 1.x! +## 0.20.6 +- fixes for PlotDocs.jl +- fix gr axis color argument +- Shapes for inspectdr +- don't load plotly js file by default + ## 0.20.5 - fix precompilation issue when depending on Plots diff --git a/src/Plots.jl b/src/Plots.jl index e1725084..0beda4f8 100644 --- a/src/Plots.jl +++ b/src/Plots.jl @@ -1,6 +1,6 @@ module Plots -_current_plots_version = v"0.20.1" +_current_plots_version = v"0.20.6" using Reexport