commit | 626fcd5199d0d133631e88b740c4573e13910b41 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Sep 29 14:46:42 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Sep 29 14:46:42 2016 +0600 |
tree | 86e6ace72403b8c6f8bdc4d0971068866aa82e52 | |
parent | 2c452a688137337e4dbb6f83b240182595b1650f [diff] [blame] |
bumped to version 7.0.51
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b449e2a..bec17c1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.0.50' +__version__ = '7.0.51' def get_default_company(user=None): '''Get default company for user'''