From 76f7eb0f9f5fabd73402cfc044307fc5c42103b7 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 9 Jul 2025 15:40:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.69.1 ## [15.69.1](https://github.com/frappe/erpnext/compare/v15.69.0...v15.69.1) (2025-07-09) ### Bug Fixes * use planned_qty instead of pending_qty to check if WO should be created against PP ([9967b1c](https://github.com/frappe/erpnext/commit/9967b1ce4a339292af333908f6b5066ecaf34c82)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6b6706922c1..6eb56acd0c9 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.69.0" +__version__ = "15.69.1" def get_default_company(user=None):