From d77d34b57fc5a69123b341b1149d818b4b97bdea Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Sat, 28 Sep 2024 16:59:42 +0100 Subject: [PATCH] update docs to v6 --- docs/maintenance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/maintenance.rst b/docs/maintenance.rst index 3f61a2b1..d58dc281 100644 --- a/docs/maintenance.rst +++ b/docs/maintenance.rst @@ -97,8 +97,8 @@ However, only people with ``PyPI environment access for GitHub Actions`` can app git checkout main git pull - git tag v5.0.0 - git push upstream v5.0.0 # could be origin or whatever reference + git tag v6.0.0 + git push upstream v6.0.0 # could be origin or whatever reference 7. Once the tag is pushed and its `CI-tests`_ are passing, maintainers will get an e-mail::