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 2791438 commit d103fefCopy full SHA for d103fef
docs/update_switcher.py
@@ -29,7 +29,9 @@ def main():
29
latest_index = i
30
previous_version = version["version"]
31
if previous_version == new_version_without_prefix:
32
- print(f"Version {new_version_without_prefix} already is the latest version. Exiting.")
+ print(
33
+ f"Version {new_version_without_prefix} already is the latest version. Exiting."
34
+ )
35
return
36
37
# now replace the name and version of this one with the new version
0 commit comments