commit | 384f0b18c0d6fcdcc98cdc07d5b9ef5e9faeddbc | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Jul 27 15:39:03 2016 +0600 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Jul 27 15:39:03 2016 +0600 |
tree | 8742a4b62c8850c680ca4b6b136b8a7305465ab8 | |
parent | 548ea777a9c35b5a404051bc02cf91f29ad0f152 [diff] [blame] |
bumped to version 7.0.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1850146..6dd2447 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.5' +__version__ = '7.0.6' def get_default_company(user=None): '''Get default company for user'''