commit | d5cebd7bb424565a11fc5dd9b183fcbcadbed1a2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Oct 04 17:56:33 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Oct 04 17:56:33 2016 +0600 |
tree | 30db34fa208719fcc0918206a65a151f967378a5 | |
parent | 80de91776da8827a07472f4ca2ddb7fb9c92db09 [diff] |
bumped to version 7.0.54
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ab7a83b..03c30a1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.53' +__version__ = '7.0.54' def get_default_company(user=None): '''Get default company for user'''