commit | def308a4332cc58bcd4aceca0d1dbd3999fed8c5 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 02 12:38:59 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 02 12:38:59 2017 +0600 |
tree | 5adb6d6fd330501182b228ef8092e1fbed54f308 | |
parent | 9b98d7fa148c696ec370227b5b817d40f369cc61 [diff] |
bumped to version 9.0.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fa3fcc2..c589e35 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.4' +__version__ = '9.0.5' def get_default_company(user=None): '''Get default company for user'''