From c24d9675e8b84f7641397a47be468c5c7f27961e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 11 Apr 2024 13:23:28 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.20.1 ## [15.20.1](https://github.com/frappe/erpnext/compare/v15.20.0...v15.20.1) (2024-04-11) ### Bug Fixes * landed cost voucher for legacy pr with batch ([83a5284](https://github.com/frappe/erpnext/commit/83a5284ba93e53308f18411864951c045ff17ff9)) * zero division error ([72fc083](https://github.com/frappe/erpnext/commit/72fc0836e182581b5cb8c47958a70f430b42a400)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7e50c825629..a4f24752bbe 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.20.0" +__version__ = "15.20.1" def get_default_company(user=None):