commit | ee70f26131726cd46232885ef778d821386a88de | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Jul 28 16:16:35 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Jul 28 16:16:35 2016 +0600 |
tree | a51feae667f3c4a858ea8e94b50e2828e5dc47c2 | |
parent | 142b6187b3786b26d0df92f48ff2b3d6f2b6344b [diff] |
bumped to version 7.0.8
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0a6655d..120bda7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.7' +__version__ = '7.0.8' def get_default_company(user=None): '''Get default company for user'''