Merge pull request #1791 from daschw/release

prepare release
This commit is contained in:
Daniel Schwabeneder 2018-10-14 19:12:42 +02:00 committed by GitHub
commit 532710e6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,12 @@
## (current master) ## (current master)
- All new development should target Julia 1.x! - 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 ## 0.20.5
- fix precompilation issue when depending on Plots - fix precompilation issue when depending on Plots

View File

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