commit | b2c9848886b8725671cd0448144d6f52a8468ddc | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Jul 27 15:49:58 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Jul 27 15:49:58 2016 +0600 |
tree | 432e231636b97b857e0038cd1aa982ffff92fd5e | |
parent | b4bf757a15c404080679335bcce04ba45a7e4eae [diff] [blame] |
bumped to version 7.0.7
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6dd2447..0a6655d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -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'''