commit | 7551bcf421f134e3510ded387326d273ef6add82 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 22 17:25:51 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 22 17:25:51 2021 +0550 |
tree | 75e3b9e8319f06951337b38f73ee456ad1dc42d2 | |
parent | 13466bba902478ea1647708503e9916c717f162d [diff] [blame] |
bumped to version 13.7.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1166549..a181c2d 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.7.0' +__version__ = '13.7.1' def get_default_company(user=None): '''Get default company for user'''