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