commit | 0ff31f0ebf80cae473684b7613ccbd792c548775 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 08 17:01:38 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 08 17:01:38 2018 +0600 |
tree | dfbfaf6c41a1b5cf84168f8c6f5a437adc6d9e50 | |
parent | 40349f4b00d2793f4d05f7afdb6705db0b4f78c2 [diff] |
bumped to version 10.1.31
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1073c7e..a20b21a 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__ = '10.1.30' +__version__ = '10.1.31' def get_default_company(user=None): '''Get default company for user'''