commit | 1b9a01b6c3bfa16e18bc1145b6457c858d42f826 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 02 18:37:52 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 02 18:37:52 2016 +0600 |
tree | f7b57012a6ee5b040645f36d998c5a1d6e2088a4 | |
parent | e8ab7b8898be6f27340239b85eca8c8669a9ff75 [diff] |
bumped to version 7.0.18
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 11232b3..f4f4532 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.17' +__version__ = '7.0.18' def get_default_company(user=None): '''Get default company for user'''