chore(release): Bumped to Version 13.52.9

## [13.52.9](https://github.com/frappe/erpnext/compare/v13.52.8...v13.52.9) (2023-08-08)

### Bug Fixes

* Tax withholding against order via Payment Entry ([#36493](https://github.com/frappe/erpnext/issues/36493)) ([5dbca09](5dbca09899))
This commit is contained in:
Frappe PR Bot
2023-08-08 18:37:46 +00:00
parent 8c51f2e5a1
commit 3ccb511e25

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.52.8"
__version__ = "13.52.9"
def get_default_company(user=None):