chore(release): Bumped to Version 13.52.15

## [13.52.15](https://github.com/frappe/erpnext/compare/v13.52.14...v13.52.15) (2023-09-12)

### Bug Fixes

* prorate factor for subscription plan ([#36953](https://github.com/frappe/erpnext/issues/36953)) ([9a15ed8](9a15ed8083))
This commit is contained in:
Frappe PR Bot
2023-09-12 12:21:41 +00:00
parent cd99630457
commit 11b16569e5

View File

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