commit | ea199f9cd96923675a5fe6e5046de59c59d471b5 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat May 05 15:03:33 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat May 05 15:03:33 2018 +0600 |
tree | e1fc80c1283065d60c93a9d2bb21917a7afcf24f | |
parent | 161f35a687bd1ca5150e46e26bb6b78cecf071a8 [diff] |
bumped to version 10.1.30
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ea1a402..1073c7e 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.29' +__version__ = '10.1.30' def get_default_company(user=None): '''Get default company for user'''