commit | db2aefa3a608d9f01bfa8a363aff047ec00d6d6f | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Feb 28 19:26:25 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Feb 28 19:26:25 2017 +0600 |
tree | ef764ce15521efb40a97ad65109bce20c6b29d3c | |
parent | f8b19e07cfe42dd1e8a02df8da8c4dee8745dcd5 [diff] [blame] |
bumped to version 7.2.26
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b6f0cd6..1fc2cbd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.25' +__version__ = '7.2.26' def get_default_company(user=None): '''Get default company for user'''