commit | 3b5b081ac487bbdfe173dd03f3ed0bdd3d650d96 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 18:58:20 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 18:58:20 2017 +0600 |
tree | 7899895faea6a972e6a2029b9448bd25b81b5a31 | |
parent | d00218ece3b74b2a0cf3f79ab396eb13944c1da5 [diff] |
bumped to version 8.0.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 51105a8..26d85c0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.32' +__version__ = '8.0.0' def get_default_company(user=None): '''Get default company for user'''