commit | 6674ba8bd181dc2447b9a556945e14eafa2ab1fd | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 07 12:33:40 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 07 12:33:40 2017 +0600 |
tree | 849493f49de3911a57c5dfe063bee2cd8bd97f78 | |
parent | 5de499e5d5c45a7f567ff048391b691e10261651 [diff] |
bumped to version 9.2.21
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8f59fc8..2597ed9 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.20' +__version__ = '9.2.21' def get_default_company(user=None): '''Get default company for user'''