commit | 82e303882e450211405b648399150d7f05b74892 | [log] [tgz] |
---|---|---|
author | Saurabh <saurabh6790@gmail.com> | Sat May 13 08:12:03 2017 +0600 |
committer | Saurabh <saurabh6790@gmail.com> | Sat May 13 08:12:03 2017 +0600 |
tree | ddca0c77826d79db4574de35611fdd66cd36d0be | |
parent | b679533f81feb8a152b08f668528c9e882a1fb3b [diff] |
bumped to version 8.0.26
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b378f21..6f73741 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.25' +__version__ = '8.0.26' def get_default_company(user=None): '''Get default company for user'''