commit | 91d6544958b99204eeb503a5df75935f21a8ecf0 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Aug 16 15:55:33 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Aug 16 15:55:33 2016 +0600 |
tree | 0c17ba550986fc81ac6985ada0983ff8cef93db0 | |
parent | f640ad4389b32dd92e02689e046b203b5275002e [diff] [blame] |
bumped to version 7.0.28
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9dcd029..c433ddb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.27' +__version__ = '7.0.28' def get_default_company(user=None): '''Get default company for user'''