From 621558a30c450fcdc7630c34225ff67890c1981d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 29 Jan 2026 12:50:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.95.2 ## [15.95.2](https://github.com/frappe/erpnext/compare/v15.95.1...v15.95.2) (2026-01-29) ### Bug Fixes * **stock:** set incoming_rate with lcv rate for internal purchase ([6ea4f1a](https://github.com/frappe/erpnext/commit/6ea4f1a03d82680117f4041ae14ad030f0e02a98)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 317d8b4b6b3..7450d8ee1cd 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.95.1" +__version__ = "15.95.2" def get_default_company(user=None):