Skip to content

Commit 5f39f61

Browse files
Add comment
1 parent c1e41f1 commit 5f39f61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/update_bokeh_version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def get_latest_bokeh_version():
2525
response = requests.get(url)
2626
response.raise_for_status() # Raises an HTTPError if the status is not 200
2727
data = response.json()
28+
# This field will provide the latest stable version
2829
return data["info"]["version"]
2930

3031

0 commit comments

Comments
 (0)