commit | 10085580c86f9fcfb4cc96e5265665b422baa987 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon May 24 17:05:27 2021 +0550 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon May 24 17:05:27 2021 +0550 |
tree | 2e70f4e0f9f900de97816aa7f5b85d5a83130e60 | |
parent | 6368c976c7f1825fb2a11b098b0d4fbc6b6a276e [diff] |
bumped to version 13.3.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ad971e2..8d17674 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.3.0' +__version__ = '13.3.1' def get_default_company(user=None): '''Get default company for user'''