chore(release): Bumped to Version 15.20.2

## [15.20.2](https://github.com/frappe/erpnext/compare/v15.20.1...v15.20.2) (2024-04-12)

### Bug Fixes

* Subcontracting Receipt GL Entries (backport [#40773](https://github.com/frappe/erpnext/issues/40773)) (backport [#40979](https://github.com/frappe/erpnext/issues/40979)) ([#40983](https://github.com/frappe/erpnext/issues/40983)) ([3d6ba6f](3d6ba6f21f))
This commit is contained in:
Frappe PR Bot
2024-04-12 10:03:02 +00:00
parent 3d6ba6f21f
commit 7711b13766

View File

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