commit | 8854f8bd502a3f1582c7bd7336e57abf88fc85b8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 23 17:46:19 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 23 17:46:19 2017 +0600 |
tree | e651e940af0a7784c739ec584f58cf281e08b117 | |
parent | fe0564505121333097e0527a69be2909fe3c40b3 [diff] [blame] |
bumped to version 8.0.35
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb69d19..ca5cf9a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.34' +__version__ = '8.0.35' def get_default_company(user=None):