commit | 754f8b42f56b2ef7710fe82a8ce9c12b4d5cd8d8 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Thu Jun 09 16:31:57 2016 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Thu Jun 09 16:31:57 2016 +0530 |
tree | 10faaef646d678ce208f77e13b6ecc570066f97e | |
parent | 227b238fb18c6695f3281fcd9615f92773dc89fe [diff] |
[version] changed to 7.0.0-beta
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 81f50ef..2a30f12 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '6.27.22' +__version__ = '7.0.0-beta' def get_default_company(user=None): '''Get default company for user'''