We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9a618 commit 311bcebCopy full SHA for 311bceb
1 file changed
Doc/tools/version_next.py
@@ -2,6 +2,11 @@
2
"""
3
Replace `.. versionchanged:: next` lines in docs files by the given version.
4
5
+Run this at release time to replace `next` with the just-released version
6
+in the sources.
7
+
8
+No backups are made; add/commit to Git before running the script.
9
10
Applies to all the VersionChange directives. For deprecated-removed, only
11
handle the first argument (deprecation version, not the removal version).
12
0 commit comments