commit | 589927b37d880f7430b9b7d35370476138f1b8d0 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Apr 28 16:04:58 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Apr 28 16:04:58 2017 +0600 |
tree | 6068b44b98e8976a8da4ecd0fd7e6943ae8b8d7b | |
parent | 2afb9b96cd2a92beeb39e6c8e8bd35276a58cc9f [diff] [blame] |
bumped to version 8.0.20
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2258949..5125fad 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.19' +__version__ = '8.0.20' def get_default_company(user=None): '''Get default company for user'''