From f01cbf7443a68de236ccff1600e768138def25e5 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 10 Nov 2023 18:08:47 +0100 Subject: [PATCH] Ah yes, doc latest updates require a tag --- _data/python-versions.json | 4 ++-- python/latest | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/python-versions.json b/_data/python-versions.json index d4f6d10..69ed50e 100644 --- a/_data/python-versions.json +++ b/_data/python-versions.json @@ -1,6 +1,6 @@ [ - {"version":"0.992.2","title":"0.992.2","aliases":[]}, - {"version":"0.992.1","title":"0.992.1","aliases":["latest"]}, + {"version":"0.992.2","title":"0.992.2","aliases":["latest"]}, + {"version":"0.992.1","title":"0.992.1","aliases":[]}, {"version":"0.992.0","title":"0.992.0","aliases":[]}, {"version":"0.991.0","title":"0.991.0","aliases":[]}, {"version":"0.990.1","title":"0.990.1","aliases":[]}, diff --git a/python/latest b/python/latest index 50accca..3069f0d 120000 --- a/python/latest +++ b/python/latest @@ -1 +1 @@ -0.992.1 \ No newline at end of file +0.992.2 \ No newline at end of file