commit | 1ecf613c3c4fd3cf1b964bc5b6f8cd676463df3b | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Jan 02 17:56:54 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Jan 02 17:56:54 2017 +0600 |
tree | 31621cfc1edd67c2898d65c437c6ece85567cd9d | |
parent | ceea71bcfcd407a3fab09e1915213229e422da2a [diff] |
bumped to version 7.2.6
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 06af401..c6a8ea1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.5' +__version__ = '7.2.6' def get_default_company(user=None): '''Get default company for user'''