prepare release

This commit is contained in:
Daniel Schwabeneder 2019-08-07 09:27:05 +02:00
parent 0deb7038e6
commit 59da5d5deb
3 changed files with 9 additions and 2 deletions

View File

@ -11,6 +11,13 @@
---
## (current master)
## 0.26.1
- handle `Char`s as input data
- fix html saving for Plotly
- expand ~ in paths on UNIX systems
- convertToAnyVector clean-up
- fix color_palette grouping issue
## 0.26.0
- use FFMPEG.jl
- add missing method for convertToAnyVector

View File

@ -1,7 +1,7 @@
name = "Plots"
uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
author = ["Tom Breloff (@tbreloff)"]
version = "0.26.0"
version = "0.26.1"
[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

View File

@ -1,6 +1,6 @@
module Plots
_current_plots_version = v"0.25.0"
_current_plots_version = v"0.26.1"
using Reexport