commit | edb99f8750177ee85bdedf0892583bbc1f75237f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 30 16:24:31 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 30 16:24:31 2016 +0600 |
tree | 59778eab87e4647dbc99749727613fdb19befe4b | |
parent | 4de4b56c6002cca6abc8674fd599da39f99b09bc [diff] |
bumped to version 7.2.5
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 79a8fe1..06af401 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.4' +__version__ = '7.2.5' def get_default_company(user=None): '''Get default company for user'''