diff --git a/NEWS.md b/NEWS.md index 7c3d71ac..130921c8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,6 +11,9 @@ --- ## (current master) +## 0.25.1 +- fix gr_display + ## 0.25.0 - Replace StaticArrays with GeometryTypes - Contour fixes for GR diff --git a/Project.toml b/Project.toml index 99907026..2581cbc9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "0.25.0" +version = "0.25.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"