commit | b290e3a4e7b9dc897be24226540d55b4bafb7ac3 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Oct 04 18:51:34 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Oct 04 18:51:34 2017 +0600 |
tree | b47c93ef8ca094bc3ae56cd757669eb2b8ce3f40 | |
parent | 77f0822abecc6473a74eacc6e25db83d1ca2a65b [diff] [blame] |
bumped to version 9.1.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1a7ddd2..55628cc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.9' +__version__ = '9.1.0' def get_default_company(user=None): '''Get default company for user'''