commit | 66456dae34ae99df9b3a5beefeb9b38c6e3c62f0 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 12 19:47:51 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 12 19:47:51 2017 +0600 |
tree | ba06ff9246d6148cba81c5e592a5f07f5397ae46 | |
parent | af9bdfeaa320308fafb5c3a1b3da9859482bf9d1 [diff] |
bumped to version 9.2.22
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2597ed9..04f881c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.21' +__version__ = '9.2.22' def get_default_company(user=None): '''Get default company for user'''