commit | 54c725dcd19d4fa947202f485a37c2bc59abc0f8 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 04 18:35:19 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 04 18:35:19 2017 +0600 |
tree | 6f88bcc0e2e52af15714bc1f924ea38f9f3ac150 | |
parent | 1e2c554e61dc750c17d18f89073bf5b219f8af61 [diff] [blame] |
bumped to version 9.0.9
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ef1e4ed..1a7ddd2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.8' +__version__ = '9.0.9' def get_default_company(user=None): '''Get default company for user'''