commit | 7b5ca3e494c8e4dece0b67d71160ea5618f01da6 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Fri Jul 07 17:42:36 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Fri Jul 07 17:42:36 2017 +0600 |
tree | cb7a686d12db249f498a776c104957b52658769a | |
parent | 76c5924cbe4eb02528347e66997229a1620a8058 [diff] |
bumped to version 8.3.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5ba4160..7a36695 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.3' +__version__ = '8.3.4' def get_default_company(user=None): '''Get default company for user'''