Merge branch 'version-16' into version-16-hotfix

This commit is contained in:
rohitwaghchaure
2026-02-03 22:50:07 +05:30
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{ {
"branches": ["version-13"], "branches": ["version-16"],
"plugins": [ "plugins": [
"@semantic-release/commit-analyzer", { "@semantic-release/commit-analyzer", {
"preset": "angular", "preset": "angular",
@@ -21,4 +21,4 @@
], ],
"@semantic-release/github" "@semantic-release/github"
] ]
} }

View File

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

View File

@@ -28,4 +28,4 @@ erpnext.demo.clear_demo = function () {
}, },
}); });
}); });
}; };