commit | 2b2cf1340838a90bd94b471e14d39f8669661c44 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Feb 22 18:48:34 2018 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Feb 22 18:48:34 2018 +0600 |
tree | 55345890203955838f4ebbead91ccb03cee23239 | |
parent | 7f49b57aaa170116f5a773100e0f25e1e1158019 [diff] |
bumped to version 10.1.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9589a9f..3c7b9f3 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.1' +__version__ = '10.1.2' def get_default_company(user=None): '''Get default company for user'''