commit | 8470b39d4c66e4c961f4a88b671ef0d2d9c19511 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu May 04 12:50:31 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu May 04 12:50:31 2017 +0600 |
tree | c13143a538ec5ec0eca5e1812fff6786d228e7bb | |
parent | 932423ecba5848dc2a19949c032006b90b92cc75 [diff] |
bumped to version 8.0.22
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0bf65d2..d102c9e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.21' +__version__ = '8.0.22' def get_default_company(user=None): '''Get default company for user'''