chore(release): Bumped to Version 16.31.1

## [16.31.1](https://github.com/frappe/erpnext/compare/v16.31.0...v16.31.1) (2026-08-06)

### Bug Fixes

* **stock:** drop call to confirm_if_drafts_exist missing on v16 ([#57833](https://github.com/frappe/erpnext/issues/57833)) ([e834910](e834910bfd))
This commit is contained in:
Frappe PR Bot
2026-08-06 08:12:42 +00:00
parent f8b19f7376
commit 22247ab7c5

View File

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