commit | ed774294961efc6da503cc3ad4c9cb5288cdc753 | [log] [tgz] |
---|---|---|
author | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Jun 15 09:29:56 2018 +0000 |
committer | Ameya Shenoy <shenoy.ameya@gmail.com> | Fri Jun 15 09:29:56 2018 +0000 |
tree | b4c044398cc54d2bfcb36e46ebd8dd1f719049c8 | |
parent | c7afbea708ab9d9df7d95f1facc95d5a3e462cca [diff] [blame] |
bumped to version 10.1.38
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ba42d34..3492977 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.37' +__version__ = '10.1.38' def get_default_company(user=None): '''Get default company for user'''