From 11b16569e58add71fe801c085edf5d87a9b9ef8c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Sep 2023 12:21:41 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/9a15ed80832cdb252880b850da2c858e35533842)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0446e59d6b7..af077d04d1d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):