commit | 399e4149094d6272609ba6002751ecb305706f54 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Dec 21 12:48:37 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Dec 21 12:48:37 2016 +0600 |
tree | 4bd66b46088ff137283baa04f9a2a598c6c1bde2 | |
parent | b3943cb53aefc6eb96e0d86defbc79113fb20735 [diff] |
bumped to version 7.1.28
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 84660b6..f91c97a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.27' +__version__ = '7.1.28' def get_default_company(user=None): '''Get default company for user'''