commit | cd339b2ecfda96088ba0e2d18a97e4fac915e7dd | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 16:54:53 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 16:54:53 2016 +0600 |
tree | a2a45a88b153ba7557e06590211445610c53e742 | |
parent | c9d04ab1fcf1ed4386f72ce3d3c81048383a6e7e [diff] [blame] |
bumped to version 7.0.13
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b689967..8f01c87 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.12' +__version__ = '7.0.13' def get_default_company(user=None): '''Get default company for user'''