commit | d991c8666cb588417d0c783e024d896c08f39f61 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Mar 31 18:49:57 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Mar 31 18:49:57 2017 +0600 |
tree | 07eceda6a7796a6913836dfb3724fa1438ea63de | |
parent | 85d1c07519b25c2115c01c8c29c7bfc3487bd757 [diff] [blame] |
bumped to version 8.0.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 95c8a30..6902417 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.3' +__version__ = '8.0.4' def get_default_company(user=None): '''Get default company for user'''