from inventory import __version__
def inventory_version_string(request):
return {"version_string": f"v{__version__}"}