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](83a5284ba9))
* zero division error ([72fc083](72fc0836e1))
This commit is contained in:
Frappe PR Bot
2024-04-11 13:23:28 +00:00
parent e90b60b5cb
commit c24d9675e8

View File

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