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](7d12674430))
* 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](e07557c9c5))
This commit is contained in:
Frappe PR Bot
2024-04-13 10:29:03 +00:00
parent e07557c9c5
commit 2febb2965e

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.20.2"
__version__ = "15.20.3"
def get_default_company(user=None):