commit | 3d98d23e22383300bad3c2af3f31bd9a1f99188c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 29 11:34:05 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 29 11:34:05 2016 +0600 |
tree | 778607965d443896136318bf48eedb1a99b502bc | |
parent | 11bde0ba141e61785a3f4c257be465f0d6f1e83c [diff] [blame] |
bumped to version 7.2.3
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f9516335..5b26c08 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.2' +__version__ = '7.2.3' def get_default_company(user=None): '''Get default company for user'''