prepare release

This commit is contained in:
Daniel Schwabeneder 2018-10-14 19:10:12 +02:00
parent dcceef2e52
commit cb3cdbf6e7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
module Plots
_current_plots_version = v"0.20.1"
_current_plots_version = v"0.20.6"
using Reexport