commit | aec28a2c8815e8fe5ee2a6157ce3127a8d9f3410 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Sep 23 17:53:28 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Sep 23 17:53:28 2016 +0600 |
tree | 221790dabd2e0ca91e879862526e46c18405385c | |
parent | 3720045eb946059895b21334833a42f98e9035c2 [diff] |
bumped to version 7.0.48
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a87d0de..7bff8f3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.47' +__version__ = '7.0.48' def get_default_company(user=None): '''Get default company for user'''