commit | 3a2834c7ade41e18de2e1fc4d181bedcc5748744 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 02 12:58:26 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 02 12:58:26 2017 +0600 |
tree | 6c0457a4e8c9bbb5b1762731092cc529003ca2f1 | |
parent | 88491715e0d55827d26202c730742cb93baba84d [diff] |
bumped to version 9.0.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c589e35..405274a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.5' +__version__ = '9.0.6' def get_default_company(user=None): '''Get default company for user'''