commit | 798f3897a37e109f791c3204162250214104892d | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:05:02 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Aug 01 18:05:02 2016 +0600 |
tree | b2aa36e619ed68ad016fca9bc834db8d80c62ba9 | |
parent | e810ea3a2f1e6c369c4401f00d3ee436c51678bf [diff] [blame] |
bumped to version 7.0.14
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8f01c87..ba95177 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.13' +__version__ = '7.0.14' def get_default_company(user=None): '''Get default company for user'''