commit | ae18efaa0aaa2434395eac0cbe3483fc7e82a1e1 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 06 19:38:17 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 06 19:38:17 2021 +0550 |
tree | 60529e15def3b6b6cc52a4ed13fb990c8aad787f | |
parent | 0e41295c0e6d2f541e161dee9ae1e8d9985311ce [diff] |
bumped to version 13.2.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a988d72..6775398 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.2.0' +__version__ = '13.2.1' def get_default_company(user=None): '''Get default company for user'''