commit | ed75667f6453970859b88416599e4c27301194ea | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:18:27 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:18:27 2016 +0600 |
tree | 2860f331599068223d648ce18c7dc82803bf6d98 | |
parent | 16a0fef75918d90a5f624ba7a5d76c159548a9de [diff] |
bumped to version 7.0.15
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ba95177..891439c 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.14' +__version__ = '7.0.15' def get_default_company(user=None): '''Get default company for user'''