commit | 79fddcfac10f7cd8c1826e7a94ba90dd6994dd17 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Mar 31 00:20:27 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Mar 31 00:20:27 2017 +0600 |
tree | fb2107ca2f56ce2723f2c7048fa7dc1b41c9dacc | |
parent | 3d5bdeb90ddcc21962bdd54bcb613e9d3e2870c3 [diff] |
bumped to version 8.0.3
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1e50632..ce9a142 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.2' +__version__ = '8.0.3' def get_default_company(user=None): '''Get default company for user'''