From 317a74b58c7ae657b97a0a70f2692fb988016582 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 2 Feb 2024 15:24:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.11.1 ## [15.11.1](https://github.com/frappe/erpnext/compare/v15.11.0...v15.11.1) (2024-02-02) ### Bug Fixes * Percentage handling in queries ([#39692](https://github.com/frappe/erpnext/issues/39692)) ([0405a2b](https://github.com/frappe/erpnext/commit/0405a2b8170f10f9e11727b443fe75fdc7cc11a0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d0fd6da2707..a35217f7c36 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.11.0" +__version__ = "15.11.1" def get_default_company(user=None):