commit | 06195de812bb8f26a79f94fd21d6d9253f85670c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:17:17 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Oct 07 17:17:17 2016 +0600 |
tree | 9edd19cf6b746980ec0853e4f6babeff1c989d55 | |
parent | ad8218e5ace99dc5400db23ba96ac57c36771611 [diff] [blame] |
bumped to version 7.0.56
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ceb8ca2..502477d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.55' +__version__ = '7.0.56' def get_default_company(user=None): '''Get default company for user'''