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