commit | b99a38d6ae51019d7050f61ded38ee575c99e146 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Feb 27 16:11:43 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Feb 27 16:11:43 2017 +0600 |
tree | 05d1c31695017deb47cbd9b9c03362292dc3ff48 | |
parent | a2afc4e11c1f4e9b194cf17b4da763a3edf523c0 [diff] |
bumped to version 7.2.25
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ca6ffba..b6f0cd6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.24' +__version__ = '7.2.25' def get_default_company(user=None): '''Get default company for user'''