chore(release): Bumped to Version 15.20.5

## [15.20.5](https://github.com/frappe/erpnext/compare/v15.20.4...v15.20.5) (2024-04-17)

### Bug Fixes

* duplicate serial and batch bundle in stock entry and stock reco ([a1db5f0](a1db5f0f0a))
This commit is contained in:
Frappe PR Bot
2024-04-17 09:25:54 +00:00
parent 12ab3972de
commit 5ecb022abc

View File

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