bumped to version 7.0.7

This commit is contained in:
Rushabh Mehta 2016-07-27 15:49:58 +06:00
parent b4bf757a15
commit b2c9848886

View File

@ -2,7 +2,7 @@
from __future__ import unicode_literals
import frappe
__version__ = '7.0.6'
__version__ = '7.0.7'
def get_default_company(user=None):
'''Get default company for user'''