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
2 changed files with 7 additions and 1 deletions
+6
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
+1 -1
View File
@@ -1,6 +1,6 @@
module Plots
_current_plots_version = v"0.20.1"
_current_plots_version = v"0.20.6"
using Reexport