commit | 7b513891e3291bb0a21e9aca26b66a61cab5264c | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Thu Dec 08 13:03:53 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Thu Dec 08 13:03:53 2016 +0600 |
tree | a167dfbd0e4bc9cc5627e21d8f2e78b55c724459 | |
parent | cfe618279867a4152aa3c65c1ac62007fb32bbec [diff] |
bumped to version 7.1.22
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2d1a24d..b54ba59 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.21' +__version__ = '7.1.22' def get_default_company(user=None): '''Get default company for user'''