From 0b1c0c36b521f04f471250ef4db4ab0a86856ea8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 13 Jan 2026 16:20:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.0.1 ## [16.0.1](https://github.com/frappe/erpnext/compare/v16.0.0...v16.0.1) (2026-01-13) ### Bug Fixes * **asset value adjustment:** skip cancelling revaluation journal entry if already cancelled (backport [#51666](https://github.com/frappe/erpnext/issues/51666)) ([#51716](https://github.com/frappe/erpnext/issues/51716)) ([4b85d51](https://github.com/frappe/erpnext/commit/4b85d51257f6f1b6e7311bab1505805cac3d7389)) * Redirect to Desktop after signup ([#51696](https://github.com/frappe/erpnext/issues/51696)) ([0363b01](https://github.com/frappe/erpnext/commit/0363b01ab74d47cc0be0ae0146df7ab9054e2be0)) * Redirect to Desktop after signup ([#51696](https://github.com/frappe/erpnext/issues/51696)) ([#51697](https://github.com/frappe/erpnext/issues/51697)) ([294fb27](https://github.com/frappe/erpnext/commit/294fb27dc8da89fab5c13e961765be5f1631b3ab)) * Redirect to Desktop after signup (backport [#51696](https://github.com/frappe/erpnext/issues/51696)) ([#51714](https://github.com/frappe/erpnext/issues/51714)) ([2118321](https://github.com/frappe/erpnext/commit/211832104c9299ed3162acb2bafdda66ca63ae2b)) * stock module not opened when no warehouses ([3420e21](https://github.com/frappe/erpnext/commit/3420e21d456e7602f06635b311ce9b31fb2b8c02)) * **tds:** correct tax logic for customer ([50ce61a](https://github.com/frappe/erpnext/commit/50ce61ae02a5fb53c52d1a29c395cc8524c32c10)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a6dc7a8c72b..05a1a491717 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.0.0" +__version__ = "16.0.1" def get_default_company(user=None):