commit | c7bd77111ea513e81613e75e9b7ad6cc839000cf | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 25 14:32:32 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 25 14:32:32 2017 +0600 |
tree | 62ec5bce91ed53213326a05a75d9e1ecab19ad48 | |
parent | 4a60554b910460ff1e8355dc3d3060639827733e [diff] [blame] |
bumped to version 9.1.8
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0c7daad..1ebff9a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.1.7' +__version__ = '9.1.8' def get_default_company(user=None): '''Get default company for user'''