commit | 93b536748534cb1e6701f800ca13379fed14d9bc | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 30 16:29:04 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 30 16:29:04 2017 +0600 |
tree | 4c333a0454f412383c48766e234c63ab320ed335 | |
parent | 59950100078ced5a4a658fa3c2ae7996c698b298 [diff] |
bumped to version 8.0.41
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb7f91d..641b9b6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.40' +__version__ = '8.0.41' def get_default_company(user=None):