commit | 1cc7024cb4075017fc5a74eb37176d0987de18ec | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Mar 02 13:08:14 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Mar 02 13:08:14 2017 +0600 |
tree | 993b6c82483f983bce91ee37f325058fff1b7f69 | |
parent | 7067ff026ad4078213d4f53c71326d8ef5b82e47 [diff] [blame] |
bumped to version 7.2.27
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1fc2cbd..86c0760 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.26' +__version__ = '7.2.27' def get_default_company(user=None): '''Get default company for user'''