commit | 5105b1e789e455a3331d11f743a4109f41957a8c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Fri Dec 30 15:26:19 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Fri Dec 30 15:26:19 2016 +0600 |
tree | 87e34635866a4181bc0e1139b89ea0214a683866 | |
parent | dc0a277085742c139d815743d887fc13f5bfe154 [diff] [blame] |
bumped to version 7.2.4
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 5b26c08..79a8fe1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.3' +__version__ = '7.2.4' def get_default_company(user=None): '''Get default company for user'''