commit | 8b3e39ed27354c7ffb8a92d15206127fa1251a19 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Sat Dec 24 11:31:25 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Sat Dec 24 11:31:25 2016 +0600 |
tree | fa03c813e9382aef8023130df8ca847d5963c462 | |
parent | 1d90b41aea54ced3ce7cfdf86c77850887e0510f [diff] |
bumped to version 7.2.1
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index cee8864..2109792 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.0' +__version__ = '7.2.1' def get_default_company(user=None): '''Get default company for user'''