commit | e146143bd13a2008b09853c7e65a50cdcae35a96 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 25 14:40:38 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 25 14:40:38 2017 +0600 |
tree | 6d8bab42fa819c63520c8545fd23a045c5b6ead6 | |
parent | 4d22b6db30b8610d62c226220197e48448db8177 [diff] |
bumped to version 9.2.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1ebff9a..e822fda 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.1.8' +__version__ = '9.2.0' def get_default_company(user=None): '''Get default company for user'''