Version 6.x.x Source

frappe.utils.change_log.get_change_log (user=None)

No docs


frappe.utils.change_log.get_change_log_for_app (app, from_version, to_version)

No docs


Public API
/api/method/frappe.utils.change_log.get_versions

frappe.utils.change_log.get_versions ()

Get versions of all installed apps.

Example:

{
    "frappe": {
        "title": "Frappe Framework",
        "version": "5.0.0"
    }
}

Public API
/api/method/frappe.utils.change_log.update_last_known_versions

frappe.utils.change_log.update_last_known_versions ()

No docs