commit | 27f0495156a42d68af2535e2c66dd77e9aedf946 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jun 21 11:28:58 2021 +0530 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jun 21 11:28:58 2021 +0530 |
tree | 2762790d066ca510ae6a0c7ba46dbc00eaa9098b | |
parent | 127d637b3d04a7e8d1f5758ed502bd3664561463 [diff] | |
parent | 6495a4d2ed8db6d706685cd6ceefa1287da37085 [diff] |
Merge branch 'version-13' into develop
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 76e8a51..60c614f 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.0' +__version__ = '13.5.1' def get_default_company(user=None): '''Get default company for user'''