MCPcopy
hub / github.com/pyodide/pyodide / get_version

Function get_version

tools/backport.py:531–534  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529
530
531def get_version() -> str:
532 (major, minor, patch) = last_tag_tuple()
533 patch += 1
534 return f"{major}.{minor}.{patch}"
535
536
537#

Callers 5

make_changelog_branchFunction · 0.85
make_backport_branchFunction · 0.85
open_release_prsFunction · 0.85
set_dateFunction · 0.85
bump_versionFunction · 0.85

Calls 1

last_tag_tupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…