commit | 7da3c46ef2a667ac526e093a7af99b570cc2a8e2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Sep 25 16:33:29 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Sep 25 16:33:29 2017 +0600 |
tree | 9dc808161720fc8b2be989cf0c3035c42babfb6e | |
parent | e4be3f8dc9ffc041b7ef8ff05b7f37efc3ebd657 [diff] [blame] |
bumped to version 8.11.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 61381b2..c434021 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '8.11.4' +__version__ = '8.11.5' def get_default_company(user=None): '''Get default company for user'''