commit | 66b373033a632e7325f382cf015f7b6793ff0464 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Mon Feb 20 15:22:01 2017 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Mon Feb 20 15:22:01 2017 +0600 |
tree | 31a011aecd57838db76149b0b8b6b2aa006e21f5 | |
parent | 64e222697cf571a125287ea8f9764d17aee46754 [diff] |
bumped to version 7.2.22
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4f53d0d..e9be38a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.2.21' +__version__ = '7.2.22' def get_default_company(user=None): '''Get default company for user'''