commit | fb73621db2dd6c634a5b478f2139109ee621577c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue May 02 10:28:48 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue May 02 10:28:48 2017 +0600 |
tree | 71327e5d4349b418efde414a0ff8a1962c1ed3e4 | |
parent | 3df7eef6cc607f7707e287fc6cff450ca069e23a [diff] |
bumped to version 8.0.21
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5125fad..0bf65d2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.20' +__version__ = '8.0.21' def get_default_company(user=None): '''Get default company for user'''