From a75b17e42f2ea5ee129b1bd61ba3860f839a60d8 Mon Sep 17 00:00:00 2001 From: t-bltg Date: Thu, 2 Dec 2021 13:40:25 +0100 Subject: [PATCH] Bump version to 1.25.0 (#3977) [skip ci] * bump version * deprecate NEWS.md --- NEWS.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 33ae2e4c..fcb363c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ #### notes on release changes, ongoing development, and future planned work -## (current master) +## NOTE: this file is deprecated, see the [TagBot](https://github.com/marketplace/actions/julia-tagbot) auto-generated changelogs instead ## 0.28.3 - support generalized array interface diff --git a/Project.toml b/Project.toml index d77a7b47..45d7fba5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Plots" uuid = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" author = ["Tom Breloff (@tbreloff)"] -version = "1.24.4" +version = "1.25.0" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"