commit | b5d1a7731cf2c7eb1e77475a4cbd3fdda5c5db47 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jun 24 15:55:50 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jun 24 15:55:50 2021 +0550 |
tree | b9ffb7f51bd24af6ad56354f69d2e27e8c1ae11b | |
parent | 7a8a449ed413f8e86cf69f9d61f8625e8552d2e9 [diff] |
bumped to version 13.5.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 60c614f..39d9a27 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -5,7 +5,7 @@ from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '13.5.1' +__version__ = '13.5.2' def get_default_company(user=None): '''Get default company for user'''