From 9397a57d4d0256f2645bf1a6698dc41c1c92bec1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 7 Apr 2025 05:14:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.55.5 ## [15.55.5](https://github.com/frappe/erpnext/compare/v15.55.4...v15.55.5) (2025-04-07) ### Bug Fixes * set draft QC in purchase document on creation of qc ([bf3349a](https://github.com/frappe/erpnext/commit/bf3349a4325bf24b36508bd89c5c2469bc6265df)) * slow query ([b172ae0](https://github.com/frappe/erpnext/commit/b172ae05578ffcd7b024256a10a7cb1377d336d4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7b4b1016acf..a0c63c96ff6 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.4" +__version__ = "15.55.5" def get_default_company(user=None):