commit | bc2deafcf9ef09ef6a936cb14f1d2a629cb7eba2 | [log] [tgz] |
---|---|---|
author | Nabin Hait <nabinhait@gmail.com> | Tue Dec 06 16:44:44 2016 +0600 |
committer | Nabin Hait <nabinhait@gmail.com> | Tue Dec 06 16:44:44 2016 +0600 |
tree | 7999bb0837199c77e58f73fbf9d1a076d5e20d8a | |
parent | 45fda8a257f113ffd0fa67db6e2d37f3e805d9ca [diff] |
bumped to version 7.1.21
diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 85ac910..2d1a24d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py
@@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '7.1.20' +__version__ = '7.1.21' def get_default_company(user=None): '''Get default company for user'''