commit | e7e920b487429e3d7e25573300f5c298266bc580 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Oct 03 14:42:53 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Oct 03 14:42:53 2016 +0600 |
tree | cbc3a798d36eea174c1dd7d871313bbd93f2343d | |
parent | e8519938e0349bd3efbd5fe5fc3bbc52bd9f6601 [diff] [blame] |
bumped to version 7.0.52
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bec17c1..d41c074 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.51' +__version__ = '7.0.52' def get_default_company(user=None): '''Get default company for user'''