commit | 673d43cc8ef9c88621742406c4c31eb607eebd0c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Dec 14 15:03:06 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Dec 14 15:03:06 2016 +0600 |
tree | 8b216b7b2b48ee9be41a431e38d59496fef04d65 | |
parent | 450a94c6b4a15f2b6939a882b9abc95aa2619f86 [diff] |
bumped to version 7.1.25
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e88e00d..6c93525 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.24' +__version__ = '7.1.25' def get_default_company(user=None): '''Get default company for user'''