commit | 05d62127d02f2419894a7bd5bd361d31c2d56a16 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Jul 13 14:35:51 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Jul 13 14:35:51 2017 +0600 |
tree | 2ff844500005487264215071aa28e225d7ab0cdb | |
parent | 7549a83b9b6e3121d688ed977a77edede1d36b09 [diff] |
bumped to version 8.4.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5a36838..2228057 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.6' +__version__ = '8.4.0' def get_default_company(user=None): '''Get default company for user'''