From 2febb2965e7a27f0cadd6ebc3670663db265133b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 13 Apr 2024 10:29:03 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.20.3 ## [15.20.3](https://github.com/frappe/erpnext/compare/v15.20.2...v15.20.3) (2024-04-13) ### Bug Fixes * do not validate batch qty for LCV (backport [#40975](https://github.com/frappe/erpnext/issues/40975)) (backport [#40981](https://github.com/frappe/erpnext/issues/40981)) ([#40991](https://github.com/frappe/erpnext/issues/40991)) ([7d12674](https://github.com/frappe/erpnext/commit/7d126744303c95ec98e9b410133133afb1cae279)) * type of transaction validation for the stock entry (backport [#40986](https://github.com/frappe/erpnext/issues/40986)) (backport [#40992](https://github.com/frappe/erpnext/issues/40992)) ([#40994](https://github.com/frappe/erpnext/issues/40994)) ([e07557c](https://github.com/frappe/erpnext/commit/e07557c9c5ee2a52e56440d1ca30b5a1fc5bc6bd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0791ba95ae3..73679a8cd01 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.20.2" +__version__ = "15.20.3" def get_default_company(user=None):