chore(release): Bumped to Version 16.3.0

# [16.3.0](https://github.com/frappe/erpnext/compare/v16.2.0...v16.3.0) (2026-01-28)

### Features

* clear demo data from desktop screen (backport [#52128](https://github.com/frappe/erpnext/issues/52128))  ([#52150](https://github.com/frappe/erpnext/issues/52150)) ([554aeb9](554aeb94fd))
This commit is contained in:
Frappe PR Bot
2026-01-28 12:51:32 +00:00
parent 554aeb94fd
commit 83a0d957ef

View File

@@ -6,7 +6,7 @@ import frappe
from frappe.model.document import Document
from frappe.utils.user import is_website_user
__version__ = "16.2.0"
__version__ = "16.3.0"
def get_default_company(user=None):