From 71954b3cb674fc9c46ba0c02127b282eb97dc654 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jul 2026 17:21:44 +0000 Subject: [PATCH] chore: prepare release v0.3.0 --- docs/_root/index.html | 6 +++--- docs/_root/switcher.json | 5 +++++ docs/conf.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/docs/_root/index.html b/docs/_root/index.html index 99ce7b4a..a3170481 100644 --- a/docs/_root/index.html +++ b/docs/_root/index.html @@ -4,12 +4,12 @@ anyplotlib – redirecting… - - + +

- Redirecting to v0.2.0 documentation… + Redirecting to v0.3.0 documentation

diff --git a/docs/_root/switcher.json b/docs/_root/switcher.json index 7be91405..9f870be0 100644 --- a/docs/_root/switcher.json +++ b/docs/_root/switcher.json @@ -4,6 +4,11 @@ "version": "dev", "url": "https://cssfrancis.github.io/anyplotlib/dev/" }, + { + "name": "v0.3.0 (stable)", + "version": "v0.3.0", + "url": "https://cssfrancis.github.io/anyplotlib/v0.3.0/" + }, { "name": "v0.3.0b1 (beta)", "version": "v0.3.0b1", diff --git a/docs/conf.py b/docs/conf.py index e5806081..aabdade3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -17,7 +17,7 @@ project = "anyplotlib" copyright = "2026, anyplotlib contributors" author = "anyplotlib contributors" -release = "0.3.0b1" +release = "0.3.0" # When built in CI the workflow sets DOCS_VERSION to the tag name (e.g. # "v0.1.0") or "dev". Fall back to "dev" for local builds. diff --git a/pyproject.toml b/pyproject.toml index 7fe7949c..cfef5ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ exclude = [ [project] name = "anyplotlib" -version = "0.3.0b1" +version = "0.3.0" description = "A plotting library using python, javascript and anywidget for performant in browser plotting." readme = "README.md" license = { text = "MIT" }