commit | 89c8b4d6ae59948ac44caebedc9b7e36c8472213 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 27 14:57:19 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 27 14:57:19 2016 +0600 |
tree | aae90b2f4fd4a7ad3e10319554ab74c8376cdcfe | |
parent | e5f50179732e383cce05f1d8ede0fec0a7ac26f3 [diff] [blame] |
bumped to version 7.2.2
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2109792..f9516335 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.1' +__version__ = '7.2.2' def get_default_company(user=None): '''Get default company for user'''