commit | 58ab203fc0f9de30670857fe66c7f1bb49ef629f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Nov 13 15:40:16 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Nov 13 15:40:16 2017 +0600 |
tree | 675c7d7ed60fb0a0466aaa0da518ac4b8c5414d4 | |
parent | 6605919ecdae39234a6d808fff223723c99f2827 [diff] |
bumped to version 9.2.10
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index aa52b83..eb3d0a7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.9' +__version__ = '9.2.10' def get_default_company(user=None): '''Get default company for user'''