We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d9113 commit d137c60Copy full SHA for d137c60
update_release_notes.py
@@ -83,7 +83,7 @@ def main():
83
parser.add_argument("--get-version", action="store_true", help="Get the latest version number")
84
args = parser.parse_args()
85
86
- if args.get-version:
+ if args.get_version:
87
version = get_latest_version()
88
print(version)
89
return
0 commit comments