commit | 1157ee365bfa357fec23c86d17b83a3266ae3c82 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Wed Mar 15 11:58:06 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Wed Mar 15 11:58:06 2017 +0600 |
tree | 720b5becf5c3ec1fa9b36f75a726d986352e29b0 | |
parent | fd9b2467d687fa5f87d81b9b1ea6ae8b8922b9c4 [diff] [blame] |
bumped to version 7.2.30
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b965a47..b4cc2f1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.29' +__version__ = '7.2.30' def get_default_company(user=None): '''Get default company for user'''