commit | 0590d1da05c488b80ed63f0df2b2e2f6a1c835af | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Nov 14 14:28:37 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Nov 14 14:28:37 2017 +0600 |
tree | ba8897e7790723cd95be443f02d310972c1c94b3 | |
parent | 98aa5818647a37270b7132149e14083528784ab6 [diff] |
bumped to version 9.2.11
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb3d0a7..334af63 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.2.10' +__version__ = '9.2.11' def get_default_company(user=None): '''Get default company for user'''