From d9c1b58fc34415106e5957ded292c8c3963719c5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Feb 2025 12:58:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.53.2 ## [15.53.2](https://github.com/frappe/erpnext/compare/v15.53.1...v15.53.2) (2025-02-26) ### Bug Fixes * check value as int ([97d3e86](https://github.com/frappe/erpnext/commit/97d3e8648b4b8027e4981fe14089742aadb6f495)) * enable fetch_timesheet_in_sales_invoice in test ([feb64cb](https://github.com/frappe/erpnext/commit/feb64cb9b5e28ba2c8471fee975e42cff37d0acf)) * incorrect stock value difference for adjustment entry ([96d44e3](https://github.com/frappe/erpnext/commit/96d44e362de1216d07e91d8d313551a48f0606d4)) * inventory dimension for maintence visit ([ec3b281](https://github.com/frappe/erpnext/commit/ec3b281a3b0ff2d92af2accb1b6cd4353c801392)) * no permission to get project settings in sales invoice ([b8281c3](https://github.com/frappe/erpnext/commit/b8281c34e2108753f75eacdf2a4322dd873e98ac)) * pos opening entry dialog not saving on change data (backport [#46066](https://github.com/frappe/erpnext/issues/46066)) ([#46067](https://github.com/frappe/erpnext/issues/46067)) ([0ae2d61](https://github.com/frappe/erpnext/commit/0ae2d61974a767d377f685cd485b367f65ab1126)) * **project settings:** add checkbox to auto fetch timesheet in sales invoice ([b3c1df8](https://github.com/frappe/erpnext/commit/b3c1df8561985988b43e1f08c17543c3a0e85d16)) * **sales invoice:** check fetch_timesheet_in_sales_invoice enabled before fetching the timesheet ([b1095bb](https://github.com/frappe/erpnext/commit/b1095bb91ba1d352792bec7f7d81810d41f9ef9f)) * valuation rate for batch ([c72dab4](https://github.com/frappe/erpnext/commit/c72dab49f4079c7bcf353b6db605247a0d83fd5f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5c95b028429..563ea0fc1d7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.53.1" +__version__ = "15.53.2" def get_default_company(user=None):