commit | 8a321406b21a171a37b544cc647c1e582467ca31 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 15 17:05:32 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 15 17:05:32 2016 +0600 |
tree | beba704e2aeaf7a39648a002d7a76935c232dd69 | |
parent | e3edfe2b12f1ad5c2c9364e083fc283a0c6f37e5 [diff] |
bumped to version 7.1.26
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6c93525..debf4bf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.25' +__version__ = '7.1.26' def get_default_company(user=None): '''Get default company for user'''