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 c1e41f1 commit 5f39f61Copy full SHA for 5f39f61
scripts/update_bokeh_version.py
@@ -25,6 +25,7 @@ def get_latest_bokeh_version():
25
response = requests.get(url)
26
response.raise_for_status() # Raises an HTTPError if the status is not 200
27
data = response.json()
28
+ # This field will provide the latest stable version
29
return data["info"]["version"]
30
31
0 commit comments