chore(release): Bumped to Version 13.52.14

## [13.52.14](https://github.com/frappe/erpnext/compare/v13.52.13...v13.52.14) (2023-09-10)

### Bug Fixes

* prorate factor for subscription plan ([#36953](https://github.com/frappe/erpnext/issues/36953)) ([d7f09f8](d7f09f8795))
This commit is contained in:
Frappe PR Bot
2023-09-10 18:30:02 +00:00
parent 63a6e7e35c
commit efab1e7361

View File

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