commit | 9afb53203fdec58f0229f3364b87dc93409d0928 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Apr 20 09:21:44 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Apr 20 09:21:44 2017 +0600 |
tree | 6b91fbfcc1f6019f31d937975fd6bdc463c8fe13 | |
parent | 825e053e6693cca9f5002a7baab13198a598a758 [diff] |
bumped to version 8.0.14
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3f6504d..c06ccca 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.13' +__version__ = '8.0.14' def get_default_company(user=None): '''Get default company for user'''