commit | 7b8d366e3a456be05e1e261dcf9ed6103b425c84 | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Fri Jul 07 14:11:45 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Fri Jul 07 14:11:45 2017 +0600 |
tree | 5a39bb6fd757d54c07ffe1d9ca62fc0c23650ea7 | |
parent | a29442d6bfd828db282d2da532742b50b2917787 [diff] |
bumped to version 8.3.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index edc4c9b..913b372 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.3.1' +__version__ = '8.3.2' def get_default_company(user=None): '''Get default company for user'''