commit | 0d230afd22485f349938359ee1e84563a23cfc48 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Apr 06 17:02:03 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Apr 06 17:02:03 2017 +0600 |
tree | 4e96411675539c66e2803020a6b5d3ec10dc6d04 | |
parent | a906b3f11c81c5488554f7e631f1157fd3ed0ade [diff] [blame] |
bumped to version 8.0.8
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 881087a..9d3e162 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.7' +__version__ = '8.0.8' def get_default_company(user=None): '''Get default company for user'''