From efab1e7361123b18efc22e450eb5c86b2cbc5a26 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 10 Sep 2023 18:30:02 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/d7f09f879542d9f681b30ef74ee19fd86c7fcd6f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 94c1645a329..0446e59d6b7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):