commit | b2aa867b70e38f1024fcd73c871ea0dc92b6951f | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Tue Jul 11 13:32:14 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Tue Jul 11 13:32:14 2017 +0600 |
tree | 0e1d1c0a3bf8764467bd644c64c016938d5c5a53 | |
parent | 30f2bcbccc4ace21e5dc28231f1f8365b48a9f8b [diff] |
bumped to version 8.3.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a8a8055..5a36838 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.5' +__version__ = '8.3.6' def get_default_company(user=None): '''Get default company for user'''