commit | e2b8ae56e11dfd4446e2b1f60bc4b8860a8011f6 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 03 18:35:10 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 03 18:35:10 2016 +0600 |
tree | 1b56b2f2d67cb6e39a8e604b307e079882dbe997 | |
parent | a65c223428866016b7b689d32fc7c4b76136fca8 [diff] |
bumped to version 7.0.53
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d41c074..ab7a83b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.52' +__version__ = '7.0.53' def get_default_company(user=None): '''Get default company for user'''