commit | e1e187bee1e388d6230953d4dd20f87b772c3964 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 14:56:33 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 02 14:56:33 2016 +0600 |
tree | 7398ef604a3a9ce5336c417f296ba59e2c8e1e74 | |
parent | c946c730da4b0967b04057ce08895e308506fb15 [diff] |
bumped to version 7.0.37
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cbc8ad6..b9c8022 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.36' +__version__ = '7.0.37' def get_default_company(user=None): '''Get default company for user'''