commit | e3a468ed1b3123b9a11675f87b2a23fa4751def6 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Tue Oct 03 18:30:31 2017 +0600 |
committer | Saurabh <saurabh6790@gmail.com> | Tue Oct 03 18:30:31 2017 +0600 |
tree | 0476ac658bb1863ef04e408df227eb21a0c6fcee | |
parent | 9e6f2a49e8b5c82fa53c8543e619bbac5fb91323 [diff] |
bumped to version 9.0.7
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 405274a..edbd9a2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = '9.0.6' +__version__ = '9.0.7' def get_default_company(user=None): '''Get default company for user'''