commit | 38ada81487414722f35785d8030301d1b93028db | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri May 26 22:05:41 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri May 26 22:05:41 2017 +0600 |
tree | fb0118da3a4bb0a76cfe477935b4a34f56073d9d | |
parent | e38c70c8bc33d655b6cd0c71e9c9fb38ff0e3d56 [diff] |
bumped to version 8.0.40
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f11555f..eb7f91d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.39' +__version__ = '8.0.40' def get_default_company(user=None):