commit | b2e1d54fce19806ceb5a4613d66883e813d0beeb | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Jul 22 16:33:16 2016 +0600 |
committer | Anand Doshi <anand@erpnext.com> | Fri Jul 22 16:33:16 2016 +0600 |
tree | 01ae2c79d2794d7f63d17941d77da3078e6a8768 | |
parent | f5c5634235195281d11f2f9fc15acf0d41662199 [diff] [blame] |
bumped to version 7.0.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2a30f12..f356bbc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.0-beta' +__version__ = '7.0.0' def get_default_company(user=None): '''Get default company for user'''