commit | 8c3d19e2ab6b52dba70764750cd49f2e14399a1a | [log] [tgz] |
---|---|---|
author | mbauskar <mbauskar@gmail.com> | Thu Oct 05 14:06:49 2017 +0600 |
committer | mbauskar <mbauskar@gmail.com> | Thu Oct 05 14:06:49 2017 +0600 |
tree | e6c2553cd56761faca351b5088cd19e7ce33a73f | |
parent | 4a5ac7cea62162dbb0df804e0bbdc946b3366c86 [diff] |
bumped to version 9.1.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 55628cc..259c0f0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.1.0' +__version__ = '9.1.1' def get_default_company(user=None): '''Get default company for user'''