From 9bac43acffcb0645ffa9172713d40ab56af73af2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 27 Mar 2025 03:45:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.55.1 ## [15.55.1](https://github.com/frappe/erpnext/compare/v15.55.0...v15.55.1) (2025-03-27) ### Bug Fixes * decimal values causing incorrect batch picking ([1b6aeba](https://github.com/frappe/erpnext/commit/1b6aeba26779a4591649326d95e9814e2008ac7a)) * expense account in the stock entry ([e393ce9](https://github.com/frappe/erpnext/commit/e393ce9a4741a90b2c10d5c1953522a51a8d7c90)) * slow query ([f3ba5a8](https://github.com/frappe/erpnext/commit/f3ba5a81abf4683c5a93c2b0ff1b2be3f97840da)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 92c410b9009..b0a44868d50 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.55.0" +__version__ = "15.55.1" def get_default_company(user=None):