commit | 896fd1aca76727c959f80a3b3a9a26ab0b93b393 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 20:05:51 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 30 20:05:51 2017 +0600 |
tree | 7bb8c7bea0bab59d3dff6ebb77b0ea5c53deecb9 | |
parent | e503f68ec78fe1ecc1bf881f7b97a454c6e59828 [diff] |
bumped to version 8.0.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 26d85c0..4e2b6cb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.0' +__version__ = '8.0.1' def get_default_company(user=None): '''Get default company for user'''