commit | 097da8cc898d53d7d1897dd5018b13df876c2fa4 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat Jul 08 14:25:41 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat Jul 08 14:25:41 2017 +0600 |
tree | 81b1e28fb51f4c44de40c708ed9e9124831b41f8 | |
parent | 1d52a4df22a11f1db5213bf1ee2aa2e2b7e10b33 [diff] |
bumped to version 8.3.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7a36695..a8a8055 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.4' +__version__ = '8.3.5' def get_default_company(user=None): '''Get default company for user'''