commit | c0b4f0e81b0fcbb93ded697d341411bee3ac7df9 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Sep 26 16:29:12 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Sep 26 16:29:12 2017 +0600 |
tree | 8b4c2d8dd0e6b0d02cc386063ea2ad9c7595e62e | |
parent | b0ba55e52fa6d9b12e4b00dd3ce0848e393d2fda [diff] [blame] |
bumped to version 9.0.0
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f327404..514e5b3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '8.11.6' +__version__ = '9.0.0' def get_default_company(user=None): '''Get default company for user'''